- make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-17 12:03:59 +00:00
parent d749450fc1
commit 3ec18d5a7b

View File

@ -217,14 +217,13 @@ source "package/wireless-tools/Config.in"
source "package/xfsprogs/Config.in"
source "package/zlib/Config.in"
config BR2_X_WINDOW_SYSTEM
menuconfig BR2_X_WINDOW_SYSTEM
bool "X Window System"
default n
help
Support for X and related packages
if BR2_X_WINDOW_SYSTEM
menu "X11"
comment "X server"
source "package/xorg/Config.in"
source "package/tinyx/Config.in"
@ -243,7 +242,7 @@ source "package/metacity/Config.in"
comment "X applications"
source "package/rxvt/Config.in"
source "package/dillo/Config.in"
endmenu
endif
endmenu