mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
52bc482125
commit
e98a880baa
|
|
@ -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
|
||||
REQUIRED_DISTRO_FEATURES ?= "opengl"
|
||||
|
||||
# Needed for introspection.m4
|
||||
EXTRA_AUTORECONF += "-I m4"
|
||||
|
||||
export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
|
||||
|
||||
SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user