mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
vim: add missing pkgconfig inherit
Vim uses pkgconfig to find dependencies but it wasn't present, so it silently doesn't enable features like GTK+ UI. [ YOCTO #15044 ] (From OE-Core rev: c84f0822e7cffc62e2f042bf9d2e424f85f74ecd) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 70900616298f5e70732a34e7406e585e323479ed) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
10108d0ebf
commit
6b2a22bc7b
@@ -33,7 +33,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
|
||||
|
||||
inherit autotools-brokensep update-alternatives mime-xdg
|
||||
inherit autotools-brokensep update-alternatives mime-xdg pkgconfig
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user