[oe] [PATCH] [meta-gnome] Gtk+3: Fix cups related error in configure

Samuel Stirtzel s.stirtzel at googlemail.com
Wed Jan 18 10:17:01 UTC 2012


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>
---
 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
-- 
1.7.5.4





More information about the Openembedded-devel mailing list