summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-05-28 10:29:37 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-05-28 10:29:37 +0100
commit969a6d8d33e720122ea53eb3541413c39951eb18 (patch)
treed02b1338037bbcabed4d22895bbebd15991775ae
parentae29e6d0dd897b235b8f254b9deca36a3e61f4c2 (diff)
downloadclutter-gst-969a6d8d33e720122ea53eb3541413c39951eb18.tar.gz
introspection: do not depend on Cogl 2.0 API as Clutter hasn't switched yet
-rw-r--r--clutter-gst/Makefile.am4
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 \