From d4e56ff4dc8a0528550eb8503956bdcddb2fe516 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 30 Jun 2008 12:55:29 +0000 Subject: packages: fix xorg to compile modular and tiny versions Based on googlecode r558 by John Voltz. --- package/Config.in | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) (limited to 'package/Config.in') diff --git a/package/Config.in b/package/Config.in index e9145f87b..29e1b37af 100644 --- a/package/Config.in +++ b/package/Config.in @@ -353,24 +353,15 @@ source "package/qtopia4/Config.in" #source "package/microwin/Config.in" -choice -prompt "X Window System server" - default BR2_PACKAGE_XSERVER_none - help - Xserver to use. - For more information about the X protocol see - http://www.x.org - You may have to enable LOCALE and WCHAR to build +menu "X Window System server" config BR2_PACKAGE_XSERVER_none bool "none" -config BR2_PACKAGE_XSERVER_x11r7 - bool "x11r7" config BR2_PACKAGE_XSERVER_xorg - bool "xorg" + bool "modular xorg" config BR2_PACKAGE_XSERVER_tinyx bool "tinyx" -endchoice +endmenu config BR2_X11_PREFIX string @@ -379,16 +370,9 @@ config BR2_X11_PREFIX help X11 apps root location -if BR2_PACKAGE_XSERVER_x11r7 +if !BR2_PACKAGE_XSERVER_none source "package/x11r7/Config.in" endif -if BR2_PACKAGE_XSERVER_xorg -source "package/xorg/Config.in" -endif -if BR2_PACKAGE_XSERVER_tinyx -source "package/tinyx/Config.in" -source "package/tinyx-old/Config.in" -endif comment "X libraries and helper libraries" #XXX: maybe some of these should depend on !BR2_PACKAGE_XSERVER_none -- cgit v1.2.3