From c1eba8f5f4282ddbbaa4d1e654da0fbf45db4f67 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 08:59:58 -0700 Subject: libchamplain: Inherit pkgconfig Fixes Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb index 24312c78a3..9b99bbc4e2 100644 --- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb +++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb @@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4" -inherit features_check gobject-introspection meson +inherit features_check gobject-introspection meson pkgconfig REQUIRED_DISTRO_FEATURES = "opengl" -- cgit 1.2.3-korg