From: Peter Korsgaard Date: Mon, 29 Dec 2008 15:22:12 +0000 (-0000) Subject: xlib needs wchar support, so require it for tinyx as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f8d65ea732fc66e45c5ce83da6983095d44f4da;p=buildroot.git xlib needs wchar support, so require it for tinyx as well --- diff --git a/package/Config.in b/package/Config.in index b2845a49af..886aae7d09 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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