aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-22 08:59:58 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commitc1eba8f5f4282ddbbaa4d1e654da0fbf45db4f67 (patch)
tree0319859e9bbac528d32f2092d05bff1dd4ea37e1 /meta-gnome/recipes-gnome
parent51d17f85c93ff5e69943ac9bd3ae05cb9bfcf5e1 (diff)
downloadmeta-openembedded-contrib-c1eba8f5f4282ddbbaa4d1e654da0fbf45db4f67.tar.gz
libchamplain: Inherit pkgconfig
Fixes Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb2
1 files changed, 1 insertions, 1 deletions
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"