diff options
author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2012-01-18 10:17:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-20 08:26:35 +0100 |
commit | 8e2ccbd8ecfd97bc244445a63e01b38e72b1c3a8 (patch) | |
tree | ca6d98185f3936e6348c92d5a063c6c8cd2d17eb /meta-gnome/recipes-gnome | |
parent | 9c926e88fc2dbb89b592e906ea19f2e41b344825 (diff) | |
download | meta-openembedded-8e2ccbd8ecfd97bc244445a63e01b38e72b1c3a8.tar.gz |
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@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | 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 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 += " \ | |||
30 | --enable-gtk2-dependency \ | 30 | --enable-gtk2-dependency \ |
31 | --disable-glibtest \ | 31 | --disable-glibtest \ |
32 | --enable-modules \ | 32 | --enable-modules \ |
33 | --disable-cups \ | ||
33 | " | 34 | " |
34 | 35 | ||
35 | # Make a symlink to our libtool | 36 | # Make a symlink to our libtool |