[oe-commits] Martin Jansa : vim: add PACKAGECONFIG for acl

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:26 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: d397d8e684f8711f840e23bbf9a19704b9fc89eb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d397d8e684f8711f840e23bbf9a19704b9fc89eb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jul 13 19:29:35 2013 +0200

vim: add PACKAGECONFIG for acl

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 12e8c1e..d7336c2 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,,"
 



More information about the Openembedded-commits mailing list