87e333010c
GTK can be compiled without the above, so don't list them as hard dependencies, and simply adjust the build depending on what the user has enabled.
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
config BR2_PACKAGE_LIBGTK2
|
|
bool "libgtk2"
|
|
select BR2_PACKAGE_ATK
|
|
select BR2_PACKAGE_CAIRO
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_PANGO
|
|
select BR2_PACKAGE_PKGCONFIG
|
|
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX||BR2_PACKAGE_DIRECTFB
|
|
help
|
|
The GTK+ version 2 graphical user interface library
|
|
|
|
http://www.gtk.org/
|