[clutter-gst] introspection: do not depend on Cogl 2.0 API as Clutter hasn't switched yet



commit 969a6d8d33e720122ea53eb3541413c39951eb18
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Wed May 28 10:29:37 2014 +0100

    introspection: do not depend on Cogl 2.0 API as Clutter hasn't switched yet

 clutter-gst/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index cb78414..5f1086d 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -145,7 +145,7 @@ ClutterGst- CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
                --add-include-path=$(srcdir) --add-include=path=. \
                --c-include="clutter-gst/clutter-gst.h" \
                --include=GObject-2.0 \
-               --include=Cogl-2.0 \
+               --include=Cogl-1.0 \
                --include=Clutter-1.0 \
                --include=GdkPixbuf-2.0 \
                --add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-1.0` \
@@ -163,7 +163,7 @@ ClutterGst- CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
                --libtool="${LIBTOOL}" \
                --output $@ \
                --pkg gobject-2.0 \
-               --pkg cogl-2.0-experimental \
+               --pkg cogl-1.0 \
                --pkg clutter-1.0 \
                --pkg gdk-pixbuf-2.0 \
                --pkg gstreamer-1.0 \


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