generic-poky/meta/packages/libgsf/libgsf_1.14.5.bb
Joshua Lock 4d1f39af75 autotools: deprecate autotools_stage class
Move the functionality into autotools and ensure all our Poky recipes are no
longer using it.
Keep the autools_stage class around for OE compatability but just have it
inherit autools.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27 17:11:28 +01:00

21 lines
433 B
BlitzBasic

LICENSE = "GPL"
SECTION = "libs"
PR = "r0"
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
RDEPENDS = "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"