14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
config BR2_PACKAGE_XORG
|
|
bool "X.org X Window System"
|
|
default n
|
|
depends !BR2_PACKAGE_TINYX
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_LIBPNG
|
|
help
|
|
The official X Window system and server.
|
|
|
|
comment "X.org X Window System disabled, tinyx selected"
|
|
depends on BR2_PACKAGE_TINYX
|
|
|
|
|