From: Thiago A. CorrĂȘa Date: Fri, 4 Jul 2008 03:49:18 +0000 (-0000) Subject: Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c0ef0b0a9e2409e073c6964d9057be16ff893f6;p=buildroot.git Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx) --- diff --git a/package/Config.in b/package/Config.in index 29e1b37af9..d4d86020a0 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