From: Ulf Samuelsson Date: Mon, 13 Aug 2007 21:30:02 +0000 (-0000) Subject: Avoid circular dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff2c1c8cd7c71e5633eb4baf9463fe3378a27312;p=buildroot.git Avoid circular dependency --- diff --git a/package/tinyx/Config.in b/package/tinyx/Config.in index 485a8162a2..a3bc0d4b90 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'.