gimp: build vala plugins by default; add needed RDEPENDS

This commit is contained in:
Markus Volk 2022-02-15 03:06:24 +01:00
parent 492fc39ef1
commit 368aa07236

View File

@ -36,9 +36,9 @@ DEPENDS = " \
"
DEPENDS:append:libc-musl = " libexecinfo"
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking"
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking luajit lgi python3-pygobject"
inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection
inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection vala
GIR_MESON_OPTION = ''
SRC_URI = " \
@ -97,6 +97,7 @@ PACKAGECONFIG ?= " \
python \
rsvg \
tiff \
vala-plugins \
vec-icons \
webp \
zlib \