mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Annotate the source
This commit is contained in:
parent
f0d8b793a8
commit
33d9d9f175
3 changed files with 277 additions and 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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue