From a5ac61715b70ef628e1239e92ffd7aae859e8294 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Jun 2008 19:06:25 +0000 Subject: buildroot: s/depends/depends on/ The new kconfig is more strict regarding depends/depends on, so fixup the tree. --- package/atk/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/atk') diff --git a/package/atk/Config.in b/package/atk/Config.in index 6fcaf1c43..baa153b76 100644 --- a/package/atk/Config.in +++ b/package/atk/Config.in @@ -2,9 +2,9 @@ config BR2_PACKAGE_ATK bool "atk" select BR2_PACKAGE_PKGCONFIG default n - depends BR2_PACKAGE_LIBGLIB2 + depends on BR2_PACKAGE_LIBGLIB2 help The ATK accessibility toolkit, needed to build GTK+-2.x. comment "atk - disabled (requires libglib2)" - depends !BR2_PACKAGE_LIBGLIB2 + depends on !BR2_PACKAGE_LIBGLIB2 -- cgit v1.2.3-55-g7522