projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5283c21
)
Avoid circular dependency
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Mon, 13 Aug 2007 21:30:02 +0000
(21:30 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Mon, 13 Aug 2007 21:30:02 +0000
(21:30 -0000)
package/tinyx/Config.in
patch
|
blob
|
history
diff --git
a/package/tinyx/Config.in
b/package/tinyx/Config.in
index 485a8162a2636d21411a352e8f754f01428b3c94..a3bc0d4b901b2bbe78d62390c18564e3ad5cb0b5 100644
(file)
--- a/
package/tinyx/Config.in
+++ b/
package/tinyx/Config.in
@@
-1,8
+1,8
@@
config BR2_PACKAGE_TINYX
bool "tinyx"
default y if BR2_PACKAGE_XSERVER_tinyx
-
depends on
BR2_USE_WCHAR
-
depends on
BR2_ENABLE_LOCALE
+
select
BR2_USE_WCHAR
+
select
BR2_ENABLE_LOCALE
help
A tiny X server. Also known as 'Xfbdev' and 'kdrive'.