[oe-commits] [meta-openembedded] 04/80: gegl: add intltool-native dependency

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:57:25 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 9e92fdc0ac4595eab3f7d29430c042ff7b76a5dd
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Fri Aug 12 14:13:19 2016 +0200

    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 at gmail.com>
---
 meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 15c1b64..9de8489 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 @@
 SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework"
 LICENSE = "LGPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl json-glib"
+DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl json-glib intltool-native"
 
 EXTRA_OECONF = "--disable-docs"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list