diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-02 16:10:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-14 17:47:40 +0000 |
commit | 187c4fb062e63a947430479dd85a3a7cec22015a (patch) | |
tree | 70be84d8eabec2a959f9f57b58c38bcc0dc44b6d | |
parent | 2c4fd25010c520930076e2821503ff2d1f28d5d9 (diff) | |
download | poky-187c4fb062e63a947430479dd85a3a7cec22015a.tar.gz |
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: a2ad52661e8d9dcab210ab6062a26b7b7357154e)
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>
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index fcb5cf6334..da586a5699 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -33,7 +33,7 @@ S = "${WORKDIR}/git" | |||
33 | 33 | ||
34 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" | 34 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" |
35 | 35 | ||
36 | inherit autotools-brokensep update-alternatives mime-xdg | 36 | inherit autotools-brokensep update-alternatives mime-xdg pkgconfig |
37 | 37 | ||
38 | CLEANBROKEN = "1" | 38 | CLEANBROKEN = "1" |
39 | 39 | ||