[oe-commits] Tim 'timtim' Ellis : 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.

GIT User account git at amethyst.openembedded.net
Wed Feb 4 22:27:39 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0ada594fe33c575b834ebc86e4989fc41df6cca7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ada594fe33c575b834ebc86e4989fc41df6cca7

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Wed Feb  4 22:27:31 2009 +0000

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.

---

 packages/gtk+/gdk-pixbuf-csource-native_2.12.11.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 c7abc18..22d30bf 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() {





More information about the Openembedded-commits mailing list