[mutter/wip/tablet-protocol-v3: 5/18] protocol: Generate code for the tablet protocol



commit b04d58f8b64b4097c01dee6aab5671c48d9fe84d
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Jan 9 17:17:22 2015 +0100

    protocol: Generate code for the tablet protocol
    
    This is provided by wayland-protocols

 src/Makefile.am |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 43bc5f9..c16f2e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,12 +51,15 @@ mutter_built_sources += \
        gtk-shell-server-protocol.h             \
        xdg-shell-protocol.c                    \
        xdg-shell-server-protocol.h             \
+       tablet-protocol.c                       \
+       tablet-server-protocol.h                \
        $(NULL)
 endif
 
 wayland_protocols =                            \
        $(WAYLAND_PROTOCOLS_DIR)/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
        $(WAYLAND_PROTOCOLS_DIR)/unstable/xdg-shell/xdg-shell-unstable-v5.xml \
+       $(WAYLAND_PROTOCOLS_DIR)/unstable/tablet/tablet-unstable-v1.xml \
        $(NULL)
 
 internal_wayland_protocols =                   \
@@ -494,6 +497,10 @@ xdg-shell-protocol.c: $(WAYLAND_PROTOCOLS_DIR)/unstable/xdg-shell/xdg-shell-unst
        $(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
 xdg-shell-server-protocol.h: $(WAYLAND_PROTOCOLS_DIR)/unstable/xdg-shell/xdg-shell-unstable-v5.xml
        $(AM_V_GEN)$(WAYLAND_SCANNER) server-header < $< > $@
+tablet-protocol.c: $(WAYLAND_PROTOCOLS_DIR)/unstable/tablet/tablet-unstable-v1.xml
+       $(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
+tablet-server-protocol.h: $(WAYLAND_PROTOCOLS_DIR)/unstable/tablet/tablet-unstable-v1.xml
+       $(AM_V_GEN)$(WAYLAND_SCANNER) server-header < $< > $@
 
 %-protocol.c : $(srcdir)/wayland/protocol/%.xml
        $(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]