mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
clutter-gst: Add m4 dir to autoconf macro search paths
autotools bblass do not search for the .m4 files in srctree anymore [1] [1] https://git.yoctoproject.org/poky/commit/?id=a4b1fa2b22794d59fee716afe6e269dae7f87ace Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -10,6 +10,9 @@ inherit clutter features_check upstream-version-is-even gobject-introspection
|
|||||||
# depends on clutter-1.0 which depends on cogl-1.0
|
# depends on clutter-1.0 which depends on cogl-1.0
|
||||||
REQUIRED_DISTRO_FEATURES ?= "opengl"
|
REQUIRED_DISTRO_FEATURES ?= "opengl"
|
||||||
|
|
||||||
|
# Needed for introspection.m4
|
||||||
|
EXTRA_AUTORECONF += "-I m4"
|
||||||
|
|
||||||
export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
|
export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
|
||||||
|
|
||||||
SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
|
SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
|
||||||
|
|||||||
Reference in New Issue
Block a user