From ff4787b6968f9ea47cc9b1bd26d392689653f92b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 Mar 2021 14:47:24 -0800 Subject: [PATCH] gimp: Add missing dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable checking for updates during runtime Signed-off-by: Khem Raj Cc: Andreas Müller --- meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb index 070ed1904b..b6135eef57 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb @@ -5,6 +5,11 @@ LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" DEPENDS = " \ + alsa-lib \ + atk \ + cairo \ + fontconfig \ + freetype \ gdk-pixbuf-native \ intltool-native \ libxslt-native \ @@ -17,6 +22,7 @@ DEPENDS = " \ mypaint-brushes-1.0 \ gexiv2 \ jpeg \ + libmng \ libpng \ libexif \ tiff \ @@ -44,6 +50,7 @@ SRC_URI[sha256sum] = "2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0 EXTRA_OECONF = "--disable-python \ --without-webkit \ + --disable-check-update \ --without-wmf" EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons"