aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vim
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-13 19:29:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-20 17:07:33 +0200
commit7772add23c7ac5bb2ab1ceb18f3f0d858b4f44b9 (patch)
tree7a4b8f5f9d23bb5b958133ee0ac357e9ea140e16 /meta-oe/recipes-support/vim
parent930eace5d75649c552f40b8ff29e2fc52c3139bd (diff)
downloadmeta-openembedded-contrib-7772add23c7ac5bb2ab1ceb18f3f0d858b4f44b9.tar.gz
vim: add PACKAGECONFIG for acl
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vim')
-rw-r--r--meta-oe/recipes-support/vim/vim.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc
index 12e8c1e0fe..d7336c2879 100644
--- a/meta-oe/recipes-support/vim/vim.inc
+++ b/meta-oe/recipes-support/vim/vim.inc
@@ -32,6 +32,7 @@ do_configure () {
PACKAGECONFIG ??= ""
PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+,"
+PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"