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/rxvt/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/rxvt') diff --git a/package/rxvt/Config.in b/package/rxvt/Config.in index 4e646b111..a5b5da07f 100644 --- a/package/rxvt/Config.in +++ b/package/rxvt/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_RXVT bool "rxvt" default n - depends BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx || BR2_PACKAGE_XSERVER_x11r7 + depends on BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx || BR2_PACKAGE_XSERVER_x11r7 help A nice small colour vt102 X terminal emulator. -- cgit v1.2.3