diff options
author | vaxerski <[email protected]> | 2022-04-11 19:51:37 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-11 19:51:37 +0200 |
commit | a8e872923045eddd314bc26553401a6eb17c57cc (patch) | |
tree | e8fa6a207b485cebd78f752e7683452000f0be48 /Makefile | |
parent | b56343133d21622a6187bb1ef8906023ecbc09ef (diff) | |
download | Hyprland-a8e872923045eddd314bc26553401a6eb17c57cc.tar.gz Hyprland-a8e872923045eddd314bc26553401a6eb17c57cc.zip |
Added zext_workspace protocol support 🎉
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |