Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)
authorThiago A. Corrêa <thiago.correa@gmail.com>
Fri, 4 Jul 2008 03:49:18 +0000 (03:49 -0000)
committerThiago A. Corrêa <thiago.correa@gmail.com>
Fri, 4 Jul 2008 03:49:18 +0000 (03:49 -0000)
package/Config.in

index 29e1b37af96d2aedaef63d532e21af08eeb7491d..d4d86020a09f089b3853c6bb761eb55b80eb4a96 100644 (file)
@@ -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