projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490f91f
)
Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)
author
Thiago A. Corrêa
<thiago.correa@gmail.com>
Fri, 4 Jul 2008 03:49:18 +0000
(
03:49
-0000)
committer
Thiago A. Corrêa
<thiago.correa@gmail.com>
Fri, 4 Jul 2008 03:49:18 +0000
(
03:49
-0000)
package/Config.in
patch
|
blob
|
history
diff --git
a/package/Config.in
b/package/Config.in
index 29e1b37af96d2aedaef63d532e21af08eeb7491d..d4d86020a09f089b3853c6bb761eb55b80eb4a96 100644
(file)
--- a/
package/Config.in
+++ b/
package/Config.in
@@
-357,10
+357,13
@@
source "package/qtopia4/Config.in"
menu "X Window System server"
config BR2_PACKAGE_XSERVER_none
bool "none"
+ default y
config BR2_PACKAGE_XSERVER_xorg
bool "modular xorg"
+ depends on !BR2_PACKAGE_XSERVER_none
config BR2_PACKAGE_XSERVER_tinyx
bool "tinyx"
+ depends on !BR2_PACKAGE_XSERVER_none
endmenu
config BR2_X11_PREFIX