From 3fcfd7d784c73541293adbfbb2914446533a24cb Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Tue, 23 Nov 2021 17:56:01 +0100 Subject: [PATCH] basu: inherit pkgconfig --- recipes-core/basu/basu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/basu/basu_git.bb b/recipes-core/basu/basu_git.bb index 7866fd9..cd40a38 100644 --- a/recipes-core/basu/basu_git.bb +++ b/recipes-core/basu/basu_git.bb @@ -12,7 +12,7 @@ S = "${WORKDIR}/git" PV = "0.2.0" SRCREV = "v${PV}" -inherit meson +inherit meson pkgconfig EXTRA_OEMESON += "--buildtype release"