mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
clutter: 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
549cbe8b5d
commit
52bc482125
|
|
@ -21,6 +21,9 @@ EDEPENDS_WAYLAND = "wayland libxkbcommon gdk-pixbuf"
|
|||
EDEPENDS_EVDEV = "libxkbcommon"
|
||||
ERDEPENDS_EVDEV = "xkeyboard-config"
|
||||
|
||||
# Needed for finding introspection.m4
|
||||
EXTRA_AUTORECONF += "-I m4"
|
||||
|
||||
# Disable pretty much everything, override in platform specific set up
|
||||
EXTRA_OECONF += "--disable-quartz-backend \
|
||||
--disable-win32-backend \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user