fix deps so xorg can once again be selected
authorEric Andersen <andersen@codepoet.org>
Fri, 17 Nov 2006 23:17:02 +0000 (23:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 17 Nov 2006 23:17:02 +0000 (23:17 -0000)
package/xorg/Config.in

index 87ec6be513f0325e8eff47dd5ea6b6ffd4428f94..c334b2d50507c6a7738f355623fbb0517f92552d 100644 (file)
@@ -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.