libgsf: update to 1.14.21 and be specific about which features to disable

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-21 09:54:16 +02:00
parent 73573117d0
commit 8f8f6a1513
@@ -4,21 +4,23 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \
file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63"
SECTION = "libs"
PR = "r1"
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
RDEPENDS_${PN} = "gconf gnome-vfs"
inherit autotools pkgconfig gnome gconf
SRC_URI[archive.md5sum] = "2b702648b853402554c97d75405c60d3"
SRC_URI[archive.sha256sum] = "eef0a9d6eca4e6af6c16b208947e3c958c428b94d22792bdd0b80c08a4b301db"
EXTRA_OECONF = "\
--without-python \
--without-gnome-vfs --without-bonobo \
--disable-gtk-doc \
--with-bz2"
PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "
RDEPENDS_${PN} = "gconf"
FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome"
inherit autotools pkgconfig gnome gconf
EXTRA_OECONF = "\
--without-python \
--without-gnome \
--disable-gtk-doc \
--with-bz2"