aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-06-08 14:29:49 +0200
committervaxerski <[email protected]>2022-06-08 14:29:49 +0200
commitda80eb8e57f4950dab5a573deee157e8b3912487 (patch)
tree23980557a164eab1a349428865cf2d481c5fe814 /Makefile
parent0b8fe2a0aa02e2b0eb347b7793ac8a8f850cd62e (diff)
downloadHyprland-da80eb8e57f4950dab5a573deee157e8b3912487.tar.gz
Hyprland-da80eb8e57f4950dab5a573deee157e8b3912487.zip
Added the tablet manager and tablet v2 protocol
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55088a7b..425618b4 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,16 @@ pointer-constraints-unstable-v1-protocol.c:
pointer-constraints-unstable-v1-protocol.o: pointer-constraints-unstable-v1-protocol.h
+tablet-unstable-v2-protocol.h:
+ $(WAYLAND_SCANNER) server-header \
+ protocols/tablet-unstable-v2.xml $@
+
+tablet-unstable-v2-protocol.c:
+ $(WAYLAND_SCANNER) private-code \
+ protocols/tablet-unstable-v2.xml $@
+
+tablet-unstable-v2-protocol.o: tablet-unstable-v2-protocol.h
+
idle-protocol.h:
$(WAYLAND_SCANNER) server-header \
protocols/idle.xml $@
@@ -114,7 +124,7 @@ uninstall:
rm -f ${PREFIX}/bin/hyprctl
rm -rf ${PREFIX}/share/hyprland
-protocols: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o ext-workspace-unstable-v1-protocol.o pointer-constraints-unstable-v1-protocol.o
+protocols: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o ext-workspace-unstable-v1-protocol.o pointer-constraints-unstable-v1-protocol.o tablet-unstable-v2-protocol.o
config:
make protocols