Browse Source

Avoid circular dependency

Ulf Samuelsson 18 years ago
parent
commit
ff2c1c8cd7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/tinyx/Config.in

+ 2 - 2
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'.