summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa2008-07-04 05:49:18 +0200
committerThiago A. CorrĂȘa2008-07-04 05:49:18 +0200
commit9c0ef0b0a9e2409e073c6964d9057be16ff893f6 (patch)
tree9e767b5bf107f5248af37e826c231221e85928cd /package/Config.in
parentFix freetype-2.2.1 build in AVR32, possibly other platforms too (diff)
downloadbuildroot-9c0ef0b0a9e2409e073c6964d9057be16ff893f6.tar.gz
buildroot-9c0ef0b0a9e2409e073c6964d9057be16ff893f6.tar.xz
buildroot-9c0ef0b0a9e2409e073c6964d9057be16ff893f6.zip
Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 29e1b37af..d4d86020a 100644
--- 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