commit a586b03
Michael Forney
·
2019-08-25 21:52:37 +0000 UTC
parent 2a6b5c1
protocol: Generate private code This prevents a warning from wayland-scanner.
1 files changed,
+1,
-1
+1,
-1
1@@ -9,7 +9,7 @@ PROTOCOL_EXTENSIONS = $(dir)/wayland-drm.xml
2 .PRECIOUS: $(dir)/%-protocol.c
3
4 $(dir)/%-protocol.c: $(dir)/%.xml
5- $(call quiet,GEN,$(WAYLAND_SCANNER)) code < $< > $@
6+ $(call quiet,GEN,$(WAYLAND_SCANNER)) private-code < $< > $@
7
8 $(dir)/%-client-protocol.h: $(dir)/%.xml
9 $(call quiet,GEN,$(WAYLAND_SCANNER)) client-header < $< > $@