Browse Source

fix deps so xorg can once again be selected

Eric Andersen 18 years ago
parent
commit
776c9099d2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/xorg/Config.in

+ 2 - 2
package/xorg/Config.in

@@ -2,8 +2,8 @@ config BR2_PACKAGE_XORG
 	bool "X.org X Window System"
 	default n
 	depends !BR2_PACKAGE_TINYX
-	depends BR2_PACKAGE_ZLIB
-	depends BR2_PACKAGE_LIBPNG
+	select BR2_PACKAGE_ZLIB
+	select BR2_PACKAGE_LIBPNG
 	help
 	  The official X Window system and server.