From: Martin Jansa Date: Sat, 13 Jul 2013 17:29:35 +0000 (+0200) Subject: vim: add PACKAGECONFIG for acl X-Git-Tag: rev_ivi_2015_02_04~2981 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=771f7f1061fc0761650bc0e8e9c06285b69a4ac5;p=scm%2Fbb%2Ftizen-distro.git vim: add PACKAGECONFIG for acl * it's autodetected from sysroot (From meta-openembedded rev: 7772add23c7ac5bb2ab1ceb18f3f0d858b4f44b9) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-support/vim/vim.inc b/meta-openembedded/meta-oe/recipes-support/vim/vim.inc index 12e8c1e..d7336c2 100644 --- a/meta-openembedded/meta-oe/recipes-support/vim/vim.inc +++ b/meta-openembedded/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,,"