From 1f8d65ea732fc66e45c5ce83da6983095d44f4da Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 29 Dec 2008 15:22:12 +0000 Subject: [PATCH] xlib needs wchar support, so require it for tinyx as well --- package/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/Config.in b/package/Config.in index b2845a49a..886aae7d0 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