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" 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 = '' GIR_MESON_OPTION = ''
SRC_URI = " \ SRC_URI = " \
@ -97,6 +97,7 @@ PACKAGECONFIG ?= " \
python \ python \
rsvg \ rsvg \
tiff \ tiff \
vala-plugins \
vec-icons \ vec-icons \
webp \ webp \
zlib \ zlib \