summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-05-30 15:00:05 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-06-08 20:16:16 -0600
commit57b5e41063d27087d3a651b28f1ae6c7d9e2a6da (patch)
tree6d0342977ff493e37bca44708a6fb7b7330b33a7 /Makefile
parentf4b6b429ec593a8fc7ae61053c97773b5cc37566 (diff)
use enum headers when possible
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 82f23b3..29f24b4 100644
--- a/Makefile
+++ b/Makefile
@@ -26,13 +26,13 @@ WAYLAND_SCANNER = `$(PKG_CONFIG) --variable=wayland_scanner wayland-scanner`
WAYLAND_PROTOCOLS = `$(PKG_CONFIG) --variable=pkgdatadir wayland-protocols`
cursor-shape-v1-protocol.h:
- $(WAYLAND_SCANNER) server-header \
+ $(WAYLAND_SCANNER) enum-header \
$(WAYLAND_PROTOCOLS)/staging/cursor-shape/cursor-shape-v1.xml $@
pointer-constraints-unstable-v1-protocol.h:
- $(WAYLAND_SCANNER) server-header \
+ $(WAYLAND_SCANNER) enum-header \
$(WAYLAND_PROTOCOLS)/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml $@
wlr-layer-shell-unstable-v1-protocol.h:
- $(WAYLAND_SCANNER) server-header \
+ $(WAYLAND_SCANNER) enum-header \
protocols/wlr-layer-shell-unstable-v1.xml $@
xdg-shell-protocol.h:
$(WAYLAND_SCANNER) server-header \