mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
9c926e88fc
commit
8e2ccbd8ec
@@ -30,6 +30,7 @@ EXTRA_OECONF += " \
|
||||
--enable-gtk2-dependency \
|
||||
--disable-glibtest \
|
||||
--enable-modules \
|
||||
--disable-cups \
|
||||
"
|
||||
|
||||
# Make a symlink to our libtool
|
||||
|
||||
Reference in New Issue
Block a user