Browse Source

Make atk depend on packets, instead of selecting them

Ulf Samuelsson 17 years ago
parent
commit
d4939be6a8
1 changed files with 4 additions and 1 deletions
  1. 4 1
      package/atk/Config.in

+ 4 - 1
package/atk/Config.in

@@ -1,6 +1,9 @@
 config BR2_PACKAGE_ATK
 	bool "atk"
 	default n
-	select BR2_PACKAGE_LIBGLIB2
+	depends BR2_PACKAGE_LIBGLIB2
 	help
 	  The ATK accessibility toolkit, needed to build GTK+-2.x.
+
+comment "atk		- disabled (requires libglib2)"
+	depends !BR2_PACKAGE_LIBGLIB2