blob: c4fb419b324f3a90f7ac2cb860016436fa5248ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_XORG
depends on BR2_DEPRECATED
bool "X.org X Window System"
default y if BR2_PACKAGE_XSERVER_xorg
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_PKGCONFIG
help
The official X Window system and server.
comment "X.org 6.8.2 X Window System disabled"
depends on BR2_PACKAGE_TINYX||BR2_PACKAGE_XORG7
|