aboutsummaryrefslogtreecommitdiff
path: root/tinywl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tinywl/Makefile')
-rw-r--r--tinywl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinywl/Makefile b/tinywl/Makefile
index 3ecd4670..4d988fa2 100644
--- a/tinywl/Makefile
+++ b/tinywl/Makefile
@@ -1,5 +1,8 @@
WAYLAND_PROTOCOLS=/usr/share/wayland-protocols
+# wayland-scanner is a tool which generates C headers and rigging for Wayland
+# protocols, which are specified in XML. wlroots requires you to rig these up
+# to your build system yourself and provide them in the include path.
xdg-shell-protocol.h:
wayland-scanner server-header \
$(WAYLAND_PROTOCOLS)/stable/xdg-shell/xdg-shell.xml $@