From c85b58995ba8e0d65833c17924272744cbb5964f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 10 Nov 2023 07:06:12 +0100 Subject: [PATCH] gimp: Drop intltool gimp 2.99.12 migrated from intltool to gettext only --- recipes-gtk/gimp/gimp_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-gtk/gimp/gimp_git.bb b/recipes-gtk/gimp/gimp_git.bb index d25113b..d56394a 100644 --- a/recipes-gtk/gimp/gimp_git.bb +++ b/recipes-gtk/gimp/gimp_git.bb @@ -21,7 +21,6 @@ DEPENDS = " \ gexiv2 \ gtk+3 \ harfbuzz \ - intltool-native \ json-glib \ lcms \ libarchive \ @@ -39,7 +38,7 @@ DEPENDS = " \ DEPENDS:append:libc-musl = " libexecinfo" RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking" -inherit meson gtk-icon-cache mime-xdg pkgconfig features_check gobject-introspection vala +inherit meson gtk-icon-cache mime-xdg pkgconfig gettext features_check gobject-introspection vala GIR_MESON_OPTION = '' VALA_MESON_OPTION = "vala" VALA_MESON_ENABLE_FLAG = "enabled"