mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libgsf: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
be2b8a00d2
commit
d0333df7e8
21
meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb
Normal file
21
meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb
Normal file
@ -0,0 +1,21 @@
|
||||
DESCRIPTION = "GNOME Structured File Library"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "libs"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
|
||||
RDEPENDS_${PN} = "gconf gnome-vfs"
|
||||
|
||||
|
||||
PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev "
|
||||
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user