| Submitter | Samuel Stirtzel |
|---|---|
| Date | Jan. 18, 2012, 10:17 a.m. |
| Message ID | <1326881821-19006-1-git-send-email-s.stirtzel@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/19643/ |
| State | Accepted |
| Commit | 8e2ccbd8ecfd97bc244445a63e01b38e72b1c3a8 |
| Headers | show |
Comments
Patch
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
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> --- meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)