From d397d8e684f8711f840e23bbf9a19704b9fc89eb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Jul 2013 19:29:35 +0200 Subject: vim: add PACKAGECONFIG for acl * it's autodetected from sysroot Signed-off-by: Martin Jansa --- meta-oe/recipes-support/vim/vim.inc | 1 + 1 file changed, 1 insertion(+) 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,," -- cgit 1.2.3-korg