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/neon/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/neon') diff --git a/package/neon/Config.in b/package/neon/Config.in index 8ac9d0811..69fcff95e 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -9,7 +9,7 @@ config BR2_PACKAGE_NEON choice prompt "XML Support" default BR2_PACKAGE_NEON_NOXML - depends BR2_PACKAGE_NEON + depends on BR2_PACKAGE_NEON help Select which XML library to use... expat use exapt @@ -18,13 +18,13 @@ choice config BR2_PACKAGE_NEON_EXPAT bool "expat" - depends BR2_PACKAGE_EXPAT + depends on BR2_PACKAGE_EXPAT help expat use exapt, a library for parsing XML. config BR2_PACKAGE_NEON_LIBXML2 bool "libxml2" - depends BR2_PACKAGE_LIBXML2 + depends on BR2_PACKAGE_LIBXML2 help libxml2 use libxml2, a library to read, modify and write XML and HTML files. -- cgit v1.2.3-55-g7522