diff options
-rw-r--r-- | package/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |