xlib needs wchar support, so require it for tinyx as well
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Dec 2008 15:22:12 +0000 (15:22 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Dec 2008 15:22:12 +0000 (15:22 -0000)
package/Config.in

index b2845a49af7c1363fef3de450b5e89b29038ea27..886aae7d09e7d893575009f7c9bdaaf77dcf18a0 100644 (file)
@@ -332,6 +332,9 @@ comment "xorg requires a toolchain with LOCALE and WCHAR support"
        depends on !(BR2_USE_WCHAR && BR2_ENABLE_LOCALE)
 config BR2_PACKAGE_XSERVER_tinyx
        bool "tinyx"
+       depends on BR2_USE_WCHAR
+comment "tinyx requires a toolchain with WCHAR support"
+       depends on !BR2_USE_WCHAR
 endchoice
 
 config BR2_X11_PREFIX