aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-11 19:51:37 +0200
committervaxerski <[email protected]>2022-04-11 19:51:37 +0200
commita8e872923045eddd314bc26553401a6eb17c57cc (patch)
treee8fa6a207b485cebd78f752e7683452000f0be48 /Makefile
parentb56343133d21622a6187bb1ef8906023ecbc09ef (diff)
downloadHyprland-a8e872923045eddd314bc26553401a6eb17c57cc.tar.gz
Hyprland-a8e872923045eddd314bc26553401a6eb17c57cc.zip
Added zext_workspace protocol support 🎉
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0451b1a3..c1c8c13a 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,16 @@ wlr-screencopy-unstable-v1-protocol.c:
wlr-screencopy-unstable-v1-protocol.o: wlr-screencopy-unstable-v1-protocol.h
+ext-workspace-unstable-v1-protocol.h:
+ $(WAYLAND_SCANNER) server-header \
+ protocols/ext-workspace-unstable-v1.xml $@
+
+ext-workspace-unstable-v1-protocol.c:
+ $(WAYLAND_SCANNER) private-code \
+ protocols/ext-workspace-unstable-v1.xml $@
+
+ext-workspace-unstable-v1-protocol.o: ext-workspace-unstable-v1-protocol.h
+
idle-protocol.h:
$(WAYLAND_SCANNER) server-header \
protocols/idle.xml $@
@@ -78,4 +88,4 @@ install:
cp ./assets/wall_4K.png /usr/share/hyprland
cp ./assets/wall_8K.png /usr/share/hyprland
-config: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o
+config: 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