Browse Source

Use select instead of depends for dependencies

Peter Korsgaard 18 years ago
parent
commit
ef53dd3b8e
1 changed files with 2 additions and 2 deletions
  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