diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-19 19:06:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-19 19:06:25 +0000 |
commit | a5ac61715b70ef628e1239e92ffd7aae859e8294 (patch) | |
tree | 15728d9cc383c794196d671ad8262fc1d364e7e8 /package/editors/vim | |
parent | 9991e8c7fbd18bf12af66b7cf040d2d7de3ed6c0 (diff) | |
download | buildroot-novena-a5ac61715b70ef628e1239e92ffd7aae859e8294.tar.gz buildroot-novena-a5ac61715b70ef628e1239e92ffd7aae859e8294.zip |
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
Diffstat (limited to 'package/editors/vim')
-rw-r--r-- | package/editors/vim/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/editors/vim/Config.in b/package/editors/vim/Config.in index ddf0a604f..9dd90b90c 100644 --- a/package/editors/vim/Config.in +++ b/package/editors/vim/Config.in @@ -11,7 +11,7 @@ config BR2_PACKAGE_VIM config BR2_PACKAGE_VIM_RUNTIME bool "install runtime" default y - depends BR2_PACKAGE_VIM + depends on BR2_PACKAGE_VIM help Install VIM runtime (syntax highlighing + macros). This option adds about 13MB of data to /usr/share/ |