summaryrefslogtreecommitdiff
path: root/package/editors
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-14 21:01:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-14 21:01:16 +0000
commit565e05c8a18ecb7ffff0018b598218d32399d8b7 (patch)
treea49e24c47e431bcb1de31bb6bd350bec74b7a457 /package/editors
parent43f18ea31c3447da516bfad8d81c6490a93d9411 (diff)
packages: fix pkgconfig depencies and select pkgconfig where needed
Diffstat (limited to 'package/editors')
-rw-r--r--package/editors/vim/Config.in1
-rw-r--r--package/editors/vim/vim.mk2
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
#############################################################
#