Annotate the source

This commit is contained in:
Drew DeVault 2019-01-03 10:55:14 -05:00
parent f0d8b793a8
commit 33d9d9f175
3 changed files with 277 additions and 0 deletions

View file

@ -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 $@