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:
Martin Jansa
2014-08-09 15:51:06 +02:00
parent 50dbedabbe
commit 9d2a85518a
@@ -18,9 +18,6 @@ PACKAGECONFIG ??= ""
PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
EXTRA_OECONF = "\
--without-python \
--without-gnome-vfs \
--without-bonobo \
--disable-gtk-doc \
--with-bz2 \
"