diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-13 19:29:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-20 17:07:33 +0200 |
commit | 7772add23c7ac5bb2ab1ceb18f3f0d858b4f44b9 (patch) | |
tree | 7a4b8f5f9d23bb5b958133ee0ac357e9ea140e16 /meta-oe/recipes-support/vim | |
parent | 930eace5d75649c552f40b8ff29e2fc52c3139bd (diff) | |
download | meta-openembedded-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.inc | 1 |
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 12e8c1e0f..d7336c287 100644 --- a/meta-oe/recipes-support/vim/vim.inc +++ b/meta-oe/recipes-support/vim/vim.inc | |||
@@ -32,6 +32,7 @@ do_configure () { | |||
32 | PACKAGECONFIG ??= "" | 32 | PACKAGECONFIG ??= "" |
33 | 33 | ||
34 | PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+," | 34 | PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+," |
35 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | ||
35 | PACKAGECONFIG[x11] = "--with-x,--without-x,xt," | 36 | PACKAGECONFIG[x11] = "--with-x,--without-x,xt," |
36 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," | 37 | PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," |
37 | 38 | ||