summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-19 17:34:36 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-20 00:45:51 -0700
commita1f805e23ea945f098d823492db2cb664007d43b (patch)
treea6e25ab37fc275f3c697fc6e46fb3f6539d3770b /meta-oe/recipes-gnome
parent35987e0a8a8210ca48f5bbe1d14e387b72988fca (diff)
downloadmeta-openembedded-a1f805e23ea945f098d823492db2cb664007d43b.tar.gz
libpeas: depend on gobject-introspection-data
peas uses the G-I repository to load plugins. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r--meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb
index 8262cc221..3bc975a6f 100644
--- a/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb
+++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.36.0.bb
@@ -25,3 +25,5 @@ FILES:${PN}-demo = " \
25 25
26RDEPENDS:${PN}-python3 = "python3-pygobject" 26RDEPENDS:${PN}-python3 = "python3-pygobject"
27FILES:${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so" 27FILES:${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so"
28
29REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"