commit 2e37a44
Michael Forney
·
2014-07-26 04:54:56 +0000 UTC
parent 7dec894
Add missing wayland-server CFLAGS for protocol/*-protocol.o
1 files changed,
+1,
-0
+1,
-0
1@@ -8,6 +8,7 @@ PROTOCOL_EXTENSIONS = \
2
3 $(dir)_TARGETS := $(PROTOCOL_EXTENSIONS:%.xml=%-protocol.c) \
4 $(PROTOCOL_EXTENSIONS:%.xml=%-server-protocol.h)
5+$(dir)_PACKAGES := wayland-server
6
7 $(dir)/%-protocol.c: $(dir)/%.xml
8 $(call quiet,GEN,$(WAYLAND_SCANNER)) code < $< > $@