mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libgnome: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
0afca575ee
commit
7039292225
25
meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb
Normal file
25
meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb
Normal file
@ -0,0 +1,25 @@
|
||||
DESCRIPTION = "Gnome application programming libraries"
|
||||
LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
|
||||
SECTION = "x11/gnome/libs"
|
||||
|
||||
inherit gnome lib_package
|
||||
|
||||
SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559"
|
||||
SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4"
|
||||
|
||||
DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound"
|
||||
|
||||
EXTRA_OECONF += "--disable-gtk-doc"
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i -e s:docs::g ${S}/Makefile.am
|
||||
echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
|
||||
echo "EXTRA_DIST = version.xml" > gtk-doc.make
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \
|
||||
${datadir}/gnome-background-properties ${datadir}/pixmaps"
|
||||
FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a"
|
||||
FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user