diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-21 00:07:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:56 +0100 |
commit | 4816cb8bc5f73f412fd516c71531b8a6c2ca318c (patch) | |
tree | 4d9ff5ea105b1338681fa9d47c04536fdc230664 /meta-oe/recipes-graphics/gimp | |
parent | 4a3ab8a7daa8847526aab829f92efb5fc6ef5aa3 (diff) | |
download | meta-openembedded-4816cb8bc5f73f412fd516c71531b8a6c2ca318c.tar.gz |
gimp: add libxslt-native to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gimp')
-rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb index 428cc2708..070fab86d 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb | |||
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
8 | gdk-pixbuf-native \ | 8 | gdk-pixbuf-native \ |
9 | intltool-native \ | 9 | intltool-native \ |
10 | libxslt-native \ | ||
10 | gtk+ \ | 11 | gtk+ \ |
11 | babl \ | 12 | babl \ |
12 | gegl \ | 13 | gegl \ |
@@ -47,5 +48,3 @@ CFLAGS += "-fPIC" | |||
47 | 48 | ||
48 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" | 49 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" |
49 | FILES_${PN} += "${datadir}/appdata" | 50 | FILES_${PN} += "${datadir}/appdata" |
50 | |||
51 | PNBLACKLIST[gimp] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132825/" | ||