b730010c90
gettext needs WCHAR support in the toolchain, and as libglib2 depends on gettext and lots of stuff depends on libglib2, quite a lot of packages needs to have their dependencies adjusted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
464 B
Plaintext
18 lines
464 B
Plaintext
config BR2_PACKAGE_LIBGTK2
|
|
bool "libgtk2"
|
|
select BR2_PACKAGE_ATK
|
|
select BR2_PACKAGE_CAIRO
|
|
select BR2_PACKAGE_CAIRO_PS
|
|
select BR2_PACKAGE_CAIRO_PDF
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_PANGO
|
|
depends on BR2_PACKAGE_XORG7||BR2_PACKAGE_DIRECTFB
|
|
depends on BR2_USE_WCHAR # glib2
|
|
help
|
|
The GTK+ version 2 graphical user interface library
|
|
|
|
http://www.gtk.org/
|
|
|
|
comment "libgtk2 requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|