Explorar o código

Use select instead of depends for dependencies

Peter Korsgaard %!s(int64=18) %!d(string=hai) anos
pai
achega
ef53dd3b8e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/libgtk12/Config.in

+ 2 - 2
package/libgtk12/Config.in

@@ -1,8 +1,8 @@
 config BR2_PACKAGE_LIBGTK12
 	bool "libgtk12"
 	default n
-	depends BR2_PACKAGE_LIBGLIB12
-	depends BR2_PACKAGE_XORG
+	select BR2_PACKAGE_LIBGLIB12
+	select BR2_PACKAGE_XORG
 	help
 	  The GTK+ graphical user interface library