From 8e2ccbd8ecfd97bc244445a63e01b38e72b1c3a8 Mon Sep 17 00:00:00 2001 From: Samuel Stirtzel Date: Wed, 18 Jan 2012 10:17:01 +0000 Subject: 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 Signed-off-by: Koen Kooi --- meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-gnome/recipes-gnome/gtk+') 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 83a0c6da49..a08fb00f26 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 -- cgit 1.2.3-korg