From 7f6d9a1dba5c2da80d8fc11073fb69721c7c3647 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 19 Jan 2024 08:56:52 +0100 Subject: [PATCH] gimp: drop features_check --- recipes-gtk/gimp/gimp_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-gtk/gimp/gimp_git.bb b/recipes-gtk/gimp/gimp_git.bb index ff0ffcb..507fea7 100644 --- a/recipes-gtk/gimp/gimp_git.bb +++ b/recipes-gtk/gimp/gimp_git.bb @@ -4,8 +4,6 @@ SECTION = "graphics" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" - DEPENDS = " \ appstream-glib \ atk \ @@ -38,7 +36,8 @@ DEPENDS = " \ DEPENDS:append:libc-musl = " libexecinfo" RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking" -inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gi-docgen features_check gobject-introspection vala +inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gi-docgen gobject-introspection vala + GIR_MESON_OPTION = 'can-crosscompile-gir' VALA_MESON_OPTION = "vala" VALA_MESON_ENABLE_FLAG = "enabled"