diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
commit | 565e05c8a18ecb7ffff0018b598218d32399d8b7 (patch) | |
tree | a49e24c47e431bcb1de31bb6bd350bec74b7a457 /package/editors/vim | |
parent | 43f18ea31c3447da516bfad8d81c6490a93d9411 (diff) | |
download | buildroot-novena-565e05c8a18ecb7ffff0018b598218d32399d8b7.tar.gz buildroot-novena-565e05c8a18ecb7ffff0018b598218d32399d8b7.zip |
packages: fix pkgconfig depencies and select pkgconfig where needed
Diffstat (limited to 'package/editors/vim')
-rw-r--r-- | package/editors/vim/Config.in | 1 | ||||
-rw-r--r-- | package/editors/vim/vim.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/editors/vim/Config.in b/package/editors/vim/Config.in index 5d912fc92..ddf0a604f 100644 --- a/package/editors/vim/Config.in +++ b/package/editors/vim/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_VIM bool "vim" default n select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_PKGCONFIG help VIM Text editor diff --git a/package/editors/vim/vim.mk b/package/editors/vim/vim.mk index 2dbf218ee..5815b2b57 100644 --- a/package/editors/vim/vim.mk +++ b/package/editors/vim/vim.mk @@ -86,7 +86,7 @@ ifeq ($(R2_PACKAGE_VIM_RUNTIME),y) ) endif -vim: ncurses vim-source $(TARGET_DIR)/usr/bin/vim +vim: uclibc pkgconfig ncurses vim-source $(TARGET_DIR)/usr/bin/vim ############################################################# # |