mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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 \
|
--enable-gtk2-dependency \
|
||||||
--disable-glibtest \
|
--disable-glibtest \
|
||||||
--enable-modules \
|
--enable-modules \
|
||||||
|
--disable-cups \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Make a symlink to our libtool
|
# Make a symlink to our libtool
|
||||||
|
|||||||
Reference in New Issue
Block a user