libgnomeprint: added EXTRA_OECONF = "--with-cups=no" to prevent pulling in of hosts...
authorGraeme Gregory <dp@xora.org.uk>
Wed, 24 Aug 2005 08:35:22 +0000 (08:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 24 Aug 2005 08:35:22 +0000 (08:35 +0000)
packages/gnome/libgnomeprint_2.8.2.bb

index ae9d6cc..3bbdef5 100644 (file)
@@ -1,11 +1,13 @@
 LICENSE = "GPL"
 SECTION = "x11/gnome/libs"
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "libxml2 glib-2.0 pango libart-lgpl fontconfig popt gnome-common"
 
 inherit flow-lossage pkgconfig gnome
 
+EXTRA_OECONF = "--with-cups=no"
+
 do_stage() {
        install -d ${STAGING_LIBDIR}
        oe_libinstall -so -a -C libgnomeprint libgnomeprint-2-2 ${STAGING_LIBDIR}