Only build tinyX if WCHAR and LOCALE is enabled
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 13 Aug 2007 20:49:58 +0000 (20:49 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 13 Aug 2007 20:49:58 +0000 (20:49 -0000)
package/Config.in
package/tinyx/Config.in

index d3b87796ff85323042c0d22f7a0c96a7a28fab3b..0cb3a54e146f4d5907d150e0b20a95fc20e1c54e 100644 (file)
@@ -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"
index b26401c1a86d05bf227364bdeb11dae437777589..485a8162a2636d21411a352e8f754f01428b3c94 100644 (file)
@@ -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'.