aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clutter')
-rw-r--r--recipes/clutter/clutter-gst.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/clutter/clutter-gst.inc b/recipes/clutter/clutter-gst.inc
index b25f31ec55..814f493294 100644
--- a/recipes/clutter/clutter-gst.inc
+++ b/recipes/clutter/clutter-gst.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer integration library"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPLv2.1"
-INC_PR = "r1"
+INC_PR = "r2"
DEPENDS = "clutter gstreamer gst-plugins-base"
@@ -10,6 +10,8 @@ require clutter-common.inc
inherit autotools pkgconfig
+EXTRA_OECONF = "--disable-introspection"
+
align_examples_data_location() {
for full_name in $(find ${S}/examples -name *.png) ; do
data_name=${full_name##*/}