From 368aa07236662477ae3e25367ba412573a619c6f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 15 Feb 2022 03:06:24 +0100 Subject: [PATCH] gimp: build vala plugins by default; add needed RDEPENDS --- recipes-gtk/gimp/gimp_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/gimp/gimp_git.bb b/recipes-gtk/gimp/gimp_git.bb index 55a65f8..3e63c99 100644 --- a/recipes-gtk/gimp/gimp_git.bb +++ b/recipes-gtk/gimp/gimp_git.bb @@ -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 \