mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
mx: Disable gesture support
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -8,7 +8,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools_stage
|
||||
|
||||
EXTRA_OECONF = "--disable-introspection"
|
||||
EXTRA_OECONF = "--disable-introspection --without-clutter-gesture"
|
||||
|
||||
do_configure_prepend () {
|
||||
echo "EXTRA_DIST=" > ${S}/gtk-doc.make
|
||||
|
||||
Reference in New Issue
Block a user