From: Tim 'timtim' Ellis Date: Wed, 4 Feb 2009 22:27:31 +0000 (+0000) Subject: gdk-pixbuf-csource-native: Fix for build host with cups-config in PATH - if this... X-Git-Tag: Release-2010-05/1~3977^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ada594fe33c575b834ebc86e4989fc41df6cca7;p=openembedded.git gdk-pixbuf-csource-native: Fix for build host with cups-config in PATH - if this is present and the cups headers are not the build breaks. We don't have a cups-native package so --disable-cups. --- diff --git a/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb b/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb index c7abc18855..22d30bfd01 100644 --- a/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb +++ b/packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb @@ -15,6 +15,7 @@ EXTRA_OECONF = "\ --without-libtiff \ --with-libjpeg \ --with-libpng \ + --disable-cups \ " do_compile() {