mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
+11
-9
@@ -4,21 +4,23 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \
|
|||||||
file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63"
|
file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63"
|
||||||
|
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
|
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 "
|
PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "
|
||||||
|
RDEPENDS_${PN} = "gconf"
|
||||||
|
|
||||||
FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
|
FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*"
|
||||||
FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome"
|
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"
|
|
||||||
Reference in New Issue
Block a user