summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc
index 7880021755..1329f7fc50 100644
--- a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc
+++ b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc
@@ -10,6 +10,9 @@ inherit clutter features_check upstream-version-is-even gobject-introspection
10# depends on clutter-1.0 which depends on cogl-1.0 10# depends on clutter-1.0 which depends on cogl-1.0
11REQUIRED_DISTRO_FEATURES ?= "opengl" 11REQUIRED_DISTRO_FEATURES ?= "opengl"
12 12
13# Needed for introspection.m4
14EXTRA_AUTORECONF += "-I m4"
15
13export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" 16export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
14 17
15SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" 18SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"