mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
gimp: update to 2.8.18
rework DEPENDS: * multiple lines * add intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4618962101
commit
e3a2814c70
+19
-3
@@ -4,7 +4,23 @@ SECTION = "x11/graphics"
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2 libgudev"
|
DEPENDS = " \
|
||||||
|
gdk-pixbuf-native \
|
||||||
|
intltool-native \
|
||||||
|
gtk+ \
|
||||||
|
babl \
|
||||||
|
gegl \
|
||||||
|
libart-lgpl \
|
||||||
|
jpeg \
|
||||||
|
libpng \
|
||||||
|
libexif \
|
||||||
|
tiff \
|
||||||
|
lcms \
|
||||||
|
poppler \
|
||||||
|
jasper \
|
||||||
|
bzip2 \
|
||||||
|
libgudev \
|
||||||
|
"
|
||||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
|
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
|
||||||
|
|
||||||
inherit gnome gtk-doc
|
inherit gnome gtk-doc
|
||||||
@@ -14,8 +30,8 @@ SRC_URI = " \
|
|||||||
file://0001-configure-ac-do-not-check-for-freetype-config.patch \
|
file://0001-configure-ac-do-not-check-for-freetype-config.patch \
|
||||||
file://bump_Babl-GEGL_versions.patch \
|
file://bump_Babl-GEGL_versions.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "233c948203383fa078434cc3f8f925cb"
|
SRC_URI[md5sum] = "5adaa11a68bc8a42bb2c778fee4d389c"
|
||||||
SRC_URI[sha256sum] = "d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d"
|
SRC_URI[sha256sum] = "39dd2247c678deaf5cc664397d3c6bd4fb910d3472290fd54b52b441b5815441"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-python \
|
EXTRA_OECONF = "--disable-python \
|
||||||
--without-webkit \
|
--without-webkit \
|
||||||
Reference in New Issue
Block a user