From 5283c21dda3b2c01ba67c9b10e80b6fc711bed23 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Mon, 13 Aug 2007 20:49:58 +0000 Subject: Only build tinyX if WCHAR and LOCALE is enabled --- package/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/Config.in') diff --git a/package/Config.in b/package/Config.in index d3b87796f..0cb3a54e1 100644 --- a/package/Config.in +++ b/package/Config.in @@ -305,6 +305,7 @@ prompt "X Window System server" 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 config BR2_PACKAGE_XSERVER_none bool "none" @@ -314,6 +315,8 @@ config BR2_PACKAGE_XSERVER_xorg bool "xorg" config BR2_PACKAGE_XSERVER_tinyx bool "tinyx" + depends on BR2_USE_WCHAR + depends on BR2_ENABLE_LOCALE endchoice if BR2_PACKAGE_XSERVER_x11r7 source "package/x11r7/Config.in" -- cgit v1.2.3