From 3a145cb0b9c19d6bc4c123295690e4f3cb11ee53 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Tue, 23 Nov 2021 17:55:35 +0100 Subject: [PATCH] seatd: inherit pkgconfig --- recipes-core/seatd/seatd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/seatd/seatd_git.bb b/recipes-core/seatd/seatd_git.bb index 56d3920..d95df65 100644 --- a/recipes-core/seatd/seatd_git.bb +++ b/recipes-core/seatd/seatd_git.bb @@ -26,7 +26,7 @@ S = "${WORKDIR}/git" PV = "0.6.3" SRCREV = "${PV}" -inherit meson +inherit meson pkgconfig EXTRA_OEMESON += "--buildtype release"