diff options
author | Drew DeVault <[email protected]> | 2019-01-03 10:55:14 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2019-01-03 10:55:14 -0500 |
commit | 411499469b029ee59d1e0f8e0a75c4a98b51ee49 (patch) | |
tree | c2b4b5e8da7b4fc56f8ba6e9d58acf22777f58e4 /Makefile | |
parent | 35f6c05c89520d271f6d4b14c0789a7ab29b7776 (diff) |
Annotate the source
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 $@ |