blob: a4fd012ecf6e320b56b231966469bdd6778c2193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_XORG
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
|