From ff2c1c8cd7c71e5633eb4baf9463fe3378a27312 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Mon, 13 Aug 2007 21:30:02 +0000 Subject: Avoid circular dependency --- package/tinyx/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package') 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'. -- cgit v1.2.3