From d25bb30da26eefbe92cd1e59f7ee4b936c1afcec Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Fri, 7 Apr 2023 12:31:59 +0200 Subject: Implement support for mouse events --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 79a7e61..3ab97d7 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,7 @@ protocols_dir:=\ protocols:=\ linux-dmabuf-unstable-v1 \ + relative-pointer-unstable-v1 \ xdg-shell obj:=$(patsubst %,%.o,$(protocols)) $(obj) -- cgit v1.2.3