mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
libgsf: remove unrecognized configure options
* fixes following QA warnings:
libgsf-1.14.29: libgsf: configure was passed unrecognised options:
--without-python --without-gnome-vfs --without-bonobo
[unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -18,9 +18,6 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
|
PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
|
||||||
|
|
||||||
EXTRA_OECONF = "\
|
EXTRA_OECONF = "\
|
||||||
--without-python \
|
|
||||||
--without-gnome-vfs \
|
|
||||||
--without-bonobo \
|
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--with-bz2 \
|
--with-bz2 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user