cc76043bd4
Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7, but this is useless since BR2_PACKAGE_XORG is a non-existing configuration option. So, these depencies gets simplified to BR2_PACKAGE_XORG7 only. Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny || BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple dependency on BR2_PACKAGE_XORG7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
344 B
Plaintext
14 lines
344 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
|
|
help
|
|
The GTK+ version 2 graphical user interface library
|
|
|
|
http://www.gtk.org/
|