summaryrefslogtreecommitdiffstats
path: root/package/xorg/Config.in
blob: 5dec3e94c5af2084c0c36d045b529f42629da377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_XORG
	bool "X.org X Window System"
	default n
	depends !BR2_PACKAGE_TINYX
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_LIBPNG
	select BR2_PACKAGE_FREETYPE
	select BR2_PACKAGE_EXPAT
	select BR2_PACKAGE_PKGCONFIG
	help
	  The official X Window system and server.

comment "X.org X Window System disabled, tinyx selected"
	depends on BR2_PACKAGE_TINYX