mirror of
https://git.yoctoproject.org/poky
synced 2026-03-01 04:49:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1140 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
360 B
BlitzBasic
18 lines
360 B
BlitzBasic
LICENSE = "GPL"
|
|
SECTION = "libs"
|
|
PR = "r1"
|
|
|
|
DEPENDS= "libxml2 glib-2.0 zlib gtk-doc libbonobo 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
|
|
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|