[oe-commits] Samuel Stirtzel : Gtk+3: Fix cups related error in configure

git at git.openembedded.org git at git.openembedded.org
Fri Jan 20 07:36:17 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 8e2ccbd8ecfd97bc244445a63e01b38e72b1c3a8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8e2ccbd8ecfd97bc244445a63e01b38e72b1c3a8

Author: Samuel Stirtzel <s.stirtzel at googlemail.com>
Date:   Wed Jan 18 10:17:01 2012 +0000

Gtk+3: Fix cups related error in configure

This patch will disable cups for gtk+3.
The issue could be resolved by adding cups to the DEPENDS,
however in gtk+2 cups is also disabled, so fixing it here in the same way seems appropriate.

Error message is:
| checking for cups/cups.h... no
| configure: error: *** Sorry, cups-config present but cups/cups.h missing.

Signed-off-by: Samuel Stirtzel <s.stirtzel at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb
index 83a0c6d..a08fb00 100644
--- a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb
+++ b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb
@@ -30,6 +30,7 @@ EXTRA_OECONF += " \
                  --enable-gtk2-dependency \
                  --disable-glibtest \
                  --enable-modules \
+                 --disable-cups \
 "
 
 # Make a symlink to our libtool





More information about the Openembedded-commits mailing list