From 33d9d9f175c226782f2547bc12b792c638206f9b Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 3 Jan 2019 10:55:14 -0500 Subject: Annotate the source --- tinywl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tinywl/Makefile') 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 $@ -- cgit v1.2.3