swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 2e37a44ff46c79431f913b73e71cda908d0a9e83
parent 7dec8940ff01f49be25bf8eb95bc1dc50cf966cf
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 25 Jul 2014 21:54:56 -0700

Add missing wayland-server CFLAGS for protocol/*-protocol.o

Diffstat:
Mprotocol/local.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/protocol/local.mk b/protocol/local.mk @@ -8,6 +8,7 @@ PROTOCOL_EXTENSIONS = \ $(dir)_TARGETS := $(PROTOCOL_EXTENSIONS:%.xml=%-protocol.c) \ $(PROTOCOL_EXTENSIONS:%.xml=%-server-protocol.h) +$(dir)_PACKAGES := wayland-server $(dir)/%-protocol.c: $(dir)/%.xml $(call quiet,GEN,$(WAYLAND_SCANNER)) code < $< > $@