summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-13 20:49:58 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-13 20:49:58 +0000
commit5283c21dda3b2c01ba67c9b10e80b6fc711bed23 (patch)
treee73ce2b12ba28a47323f80564c4a6f018680d794 /package
parent0f23053a22b558cc7828113898edca20f0c10fe9 (diff)
downloadbuildroot-novena-5283c21dda3b2c01ba67c9b10e80b6fc711bed23.tar.gz
buildroot-novena-5283c21dda3b2c01ba67c9b10e80b6fc711bed23.zip
Only build tinyX if WCHAR and LOCALE is enabled
Diffstat (limited to 'package')
-rw-r--r--package/Config.in3
-rw-r--r--package/tinyx/Config.in2
2 files changed, 5 insertions, 0 deletions
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"
diff --git a/package/tinyx/Config.in b/package/tinyx/Config.in
index b26401c1a..485a8162a 100644
--- a/package/tinyx/Config.in
+++ b/package/tinyx/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_TINYX
bool "tinyx"
default y if BR2_PACKAGE_XSERVER_tinyx
+ depends on BR2_USE_WCHAR
+ depends on BR2_ENABLE_LOCALE
help
A tiny X server. Also known as 'Xfbdev' and 'kdrive'.