projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d749450
)
- make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 12:03:59 +0000
(12:03 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 12:03:59 +0000
(12:03 -0000)
package/Config.in
patch
|
blob
|
history
diff --git
a/package/Config.in
b/package/Config.in
index 7dbbe95a22684b2f81c3bb9ddce9ea53c00bddc9..9036f4e1d660fcbbbd1c30317d7f0f6c6fe3af4d 100644
(file)
--- a/
package/Config.in
+++ b/
package/Config.in
@@
-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
+
menu
config 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