diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-12 14:13:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:21:38 +0200 |
commit | 9e92fdc0ac4595eab3f7d29430c042ff7b76a5dd (patch) | |
tree | fdf2676ce7e16010b5f4ae384f061087bdf42194 | |
parent | c16a8d66db21842570040b159e0c469b72e69f3f (diff) | |
download | meta-openembedded-9e92fdc0ac4595eab3f7d29430c042ff7b76a5dd.tar.gz |
gegl: add intltool-native dependency
* fixes:
| ../gegl-0.3.4/configure: line 18668: syntax error near unexpected token `0.40.1'
| ../gegl-0.3.4/configure: line 18668: `IT_PROG_INTLTOOL(0.40.1)'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb b/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb index 15c1b64ee6..9de8489d5f 100644 --- a/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb +++ b/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework" | 1 | SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework" |
2 | LICENSE = "LGPL-3.0" | 2 | LICENSE = "LGPL-3.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
4 | DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl json-glib" | 4 | DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl json-glib intltool-native" |
5 | 5 | ||
6 | EXTRA_OECONF = "--disable-docs" | 6 | EXTRA_OECONF = "--disable-docs" |
7 | 7 | ||