diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-29 15:22:12 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-29 15:22:12 +0000 |
commit | 1f8d65ea732fc66e45c5ce83da6983095d44f4da (patch) | |
tree | 5579d37baf827a2d501b42d2f261a39e3ead9f4f /package | |
parent | e2ba40379836d0e9968bb4ed485f21d8ba67af49 (diff) |
xlib needs wchar support, so require it for tinyx as well
Diffstat (limited to 'package')
-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 |