diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-03 10:55:14 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-01-03 10:55:14 -0500 |
commit | 33d9d9f175c226782f2547bc12b792c638206f9b (patch) | |
tree | 1a5995dd299e536ca2f84b03583ad64fa293f32d /tinywl/Makefile | |
parent | f0d8b793a8e816afdb46cd47004994e3279beda3 (diff) |
Annotate the source
Diffstat (limited to 'tinywl/Makefile')
-rw-r--r-- | tinywl/Makefile | 3 |
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 $@ |