summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2019-01-03 10:55:14 -0500
committerDrew DeVault <[email protected]>2019-01-03 10:55:14 -0500
commit411499469b029ee59d1e0f8e0a75c4a98b51ee49 (patch)
treec2b4b5e8da7b4fc56f8ba6e9d58acf22777f58e4 /Makefile
parent35f6c05c89520d271f6d4b14c0789a7ab29b7776 (diff)
Annotate the source
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ecd467..4d988fa 100644
--- a/Makefile
+++ b/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 $@