a7e49eb2af
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
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
|
|
|