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>
This commit is contained in:
Ross Burton 2023-05-19 17:34:36 +01:00 committed by Khem Raj
parent 35987e0a8a
commit a1f805e23e

View File

@ -25,3 +25,5 @@ FILES:${PN}-demo = " \
RDEPENDS:${PN}-python3 = "python3-pygobject"
FILES:${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so"
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"