diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-04 22:27:31 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-04 22:27:31 +0000 |
commit | 0ada594fe33c575b834ebc86e4989fc41df6cca7 (patch) | |
tree | 2806b182d8410bf4d9894a9faa01fd895d30a1aa /packages/gtk+ | |
parent | eb850e244c6eb5f867d86b6ed6d10c5f8b6ac2fe (diff) |
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.
Diffstat (limited to 'packages/gtk+')
-rw-r--r-- | 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 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() { |