diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-13 21:30:02 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-13 21:30:02 +0000 |
commit | ff2c1c8cd7c71e5633eb4baf9463fe3378a27312 (patch) | |
tree | 98442e9410b0a64c42c8733e511b29da47e4fd13 | |
parent | 5283c21dda3b2c01ba67c9b10e80b6fc711bed23 (diff) |
Avoid circular dependency
-rw-r--r-- | package/tinyx/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tinyx/Config.in b/package/tinyx/Config.in index 485a8162a..a3bc0d4b9 100644 --- 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'. |