summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-04-07 12:31:59 +0200
committerMikhail Burakov <mburakov@mailbox.org>2023-04-07 13:48:45 +0200
commitd25bb30da26eefbe92cd1e59f7ee4b936c1afcec (patch)
tree8cf18f86deb8a1231b182929414128074f511742 /makefile
parent779b65bc22e0463f42161f0e03fee2cef9b2d790 (diff)
Implement support for mouse events
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
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)