Commit 3ec18d5a authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer

parent d749450f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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