From 411499469b029ee59d1e0f8e0a75c4a98b51ee49 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 3 Jan 2019 10:55:14 -0500 Subject: Annotate the source --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ecd467..4d988fa 100644 --- a/Makefile +++ b/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