mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
vim: Fix "--enable-gtk2-test" unrecognized option error
Fix the following build error when vim PACKAGECONFIG[gtkgui] is enabled: ... ERROR: vim-8.1.0347-r0 do_configure: QA Issue: vim: configure was passed unrecognised options: --enable-gtk2-test [unknown-configure-option] ERROR: vim-8.1.0347-r0 do_configure: Fatal QA errors found, failing task. ERROR: vim-8.1.0347-r0 do_configure: Function failed: do_qa_configure ... Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ do_configure () {
|
|||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}"
|
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}"
|
||||||
|
|
||||||
PACKAGECONFIG[gtkgui] = "--enable-gtk2-test --enable-gui=gtk2,--enable-gui=no,gtk+,"
|
PACKAGECONFIG[gtkgui] = "--enable-gui=gtk2,--enable-gui=no,gtk+,"
|
||||||
PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
|
PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
|
||||||
PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
|
PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
|
||||||
PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"
|
PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"
|
||||||
|
|||||||
Reference in New Issue
Block a user