[clutter-gtk/wip/wayland: 2/5] wayland: Generate client side binding for the subsurface protocol



commit 9247b795e17939bd796a434479eba49c9935da40
Author: Rob Bradford <rob linux intel com>
Date:   Tue Sep 3 13:58:58 2013 +0100

    wayland: Generate client side binding for the subsurface protocol
    
    This adds a non-optional dependency on Clutter Wayland and GTK Wayland
    as well as the Wayland client library itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695737

 clutter-gtk/Makefile.am |    8 ++++++--
 configure.ac            |    3 +++
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/clutter-gtk/Makefile.am b/clutter-gtk/Makefile.am
index 9a35919..d45cb17 100644
--- a/clutter-gtk/Makefile.am
+++ b/clutter-gtk/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
 
 NULL =
 
-CLEANFILES =
+CLEANFILES = subsurface-client-protocol.h subsurface-protocol.c
 DISTCLEANFILES =
 EXTRA_DIST =
 
@@ -21,7 +21,8 @@ AM_CFLAGS = $(MAINTAINER_CFLAGS) $(CLUTTER_GTK_DEPS_CFLAGS)
 
 lib_LTLIBRARIES = libclutter-gtk- CLUTTER_GTK_API_VERSION@.la
 
-source_c = \
+source_c = $(srcdir)/subsurface-protocol.c $(srcdir)/subsurface-client-protocol.h
+source_c += \
        $(srcdir)/gtk-clutter-actor.c           \
        $(srcdir)/gtk-clutter-embed.c           \
        $(srcdir)/gtk-clutter-offscreen.c       \
@@ -61,6 +62,9 @@ cluttergtkheaders_HEADERS = \
 
 EXTRA_DIST += gtk-clutter-version.h.in
 
+
+ wayland_scanner_rules@
+
 -include $(INTROSPECTION_MAKEFILE)
 
 INTROSPECTION_GIRS =
diff --git a/configure.ac b/configure.ac
index f45802c..0506d78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,7 @@ m4_define([gtk_req_version], [3.6.0])
 PKG_CHECK_MODULES([CLUTTER_GTK_DEPS], [clutter-1.0 >= clutter_req_version gtk+-3.0 >= gtk_req_version])
 AC_SUBST([CLUTTER_GTK_DEPS_CFLAGS])
 AC_SUBST([CLUTTER_GTK_DEPS_LIBS])
+PKG_CHECK_MODULES([WAYLAND_DEPS], [wayland-client gtk+-wayland-3.0 clutter-wayland-1.0])
 
 m4_define([deprecated_default],
           [m4_if(m4_eval(clutter_gtk_minor % 2), [1],
@@ -202,6 +203,8 @@ GTK_DOC_CHECK([1.14], [--flavour=no-tmpl])
 
 GOBJECT_INTROSPECTION_CHECK([0.9.12])
 
+WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol'])
+
 AC_CONFIG_FILES([
         Makefile
         build/Makefile


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