diff options
-rw-r--r-- | meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc | 3 |
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 |
11 | REQUIRED_DISTRO_FEATURES ?= "opengl" | 11 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
12 | 12 | ||
13 | # Needed for introspection.m4 | ||
14 | EXTRA_AUTORECONF += "-I m4" | ||
15 | |||
13 | export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" | 16 | export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" |
14 | 17 | ||
15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 18 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |