mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
@@ -5,6 +5,11 @@ LICENSE = "GPLv3"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
|
alsa-lib \
|
||||||
|
atk \
|
||||||
|
cairo \
|
||||||
|
fontconfig \
|
||||||
|
freetype \
|
||||||
gdk-pixbuf-native \
|
gdk-pixbuf-native \
|
||||||
intltool-native \
|
intltool-native \
|
||||||
libxslt-native \
|
libxslt-native \
|
||||||
@@ -17,6 +22,7 @@ DEPENDS = " \
|
|||||||
mypaint-brushes-1.0 \
|
mypaint-brushes-1.0 \
|
||||||
gexiv2 \
|
gexiv2 \
|
||||||
jpeg \
|
jpeg \
|
||||||
|
libmng \
|
||||||
libpng \
|
libpng \
|
||||||
libexif \
|
libexif \
|
||||||
tiff \
|
tiff \
|
||||||
@@ -44,6 +50,7 @@ SRC_URI[sha256sum] = "2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0
|
|||||||
|
|
||||||
EXTRA_OECONF = "--disable-python \
|
EXTRA_OECONF = "--disable-python \
|
||||||
--without-webkit \
|
--without-webkit \
|
||||||
|
--disable-check-update \
|
||||||
--without-wmf"
|
--without-wmf"
|
||||||
|
|
||||||
EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons"
|
EXTRA_OECONF_append_libc-musl_mipsarch = " --disable-vector-icons"
|
||||||
|
|||||||
Reference in New Issue
Block a user