diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-03 14:47:24 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-03 19:55:28 -0800 |
commit | ff4787b6968f9ea47cc9b1bd26d392689653f92b (patch) | |
tree | 47cd7ccb493134fe8b4f11f1c705c540713bd879 /meta-gnome/recipes-gimp/gimp | |
parent | 18e92f2c6c2a5ea714a7b1ea8196b272995217b4 (diff) | |
download | meta-openembedded-ff4787b6968f9ea47cc9b1bd26d392689653f92b.tar.gz |
gimp: Add missing dependencies
Disable checking for updates during runtime
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp/gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb | 7 |
1 files changed, 7 insertions, 0 deletions
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 070ed1904..b6135eef5 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" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" |
6 | 6 | ||
7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
8 | alsa-lib \ | ||
9 | atk \ | ||
10 | cairo \ | ||
11 | fontconfig \ | ||
12 | freetype \ | ||
8 | gdk-pixbuf-native \ | 13 | gdk-pixbuf-native \ |
9 | intltool-native \ | 14 | intltool-native \ |
10 | libxslt-native \ | 15 | libxslt-native \ |
@@ -17,6 +22,7 @@ DEPENDS = " \ | |||
17 | mypaint-brushes-1.0 \ | 22 | mypaint-brushes-1.0 \ |
18 | gexiv2 \ | 23 | gexiv2 \ |
19 | jpeg \ | 24 | jpeg \ |
25 | libmng \ | ||
20 | libpng \ | 26 | libpng \ |
21 | libexif \ | 27 | libexif \ |
22 | tiff \ | 28 | tiff \ |
@@ -44,6 +50,7 @@ SRC_URI[sha256sum] = "2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0 | |||
44 | 50 | ||
45 | EXTRA_OECONF = "--disable-python \ | 51 | EXTRA_OECONF = "--disable-python \ |
46 | --without-webkit \ | 52 | --without-webkit \ |
53 | --disable-check-update \ | ||
47 | --without-wmf" | 54 | --without-wmf" |
48 | 55 | ||
49 | EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons" | 56 | EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons" |