projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ba403
)
xlib needs wchar support, so require it for tinyx as well
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 29 Dec 2008 15:22:12 +0000
(15:22 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 29 Dec 2008 15:22:12 +0000
(15:22 -0000)
package/Config.in
patch
|
blob
|
history
diff --git
a/package/Config.in
b/package/Config.in
index b2845a49af7c1363fef3de450b5e89b29038ea27..886aae7d09e7d893575009f7c9bdaaf77dcf18a0 100644
(file)
--- 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