From 70900616298f5e70732a34e7406e585e323479ed Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 2 Mar 2023 16:10:55 +0000 Subject: 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 ] Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- meta/recipes-support/vim/vim.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/vim') 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" 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" -- cgit 1.2.3-korg