[oe-commits] [meta-openembedded] 06/80: dconf: add intltool-native dependency

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


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

commit 9dd576b75bd97dd1ffa6b71743cc3eee1c6f2bd3
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Fri Aug 12 14:15:02 2016 +0200

    dconf: add intltool-native dependency
    
    * fixes:
      | ../dconf-0.18.0/configure: line 6430: syntax error near unexpected token `0.50.0'
      | ../dconf-0.18.0/configure: line 6430: `IT_PROG_INTLTOOL(0.50.0)'
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
index 2b6f15e..c3fae1d 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
@@ -9,7 +9,7 @@ SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515"
 SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955"
 GNOME_COMPRESS_TYPE = "xz"
 
-DEPENDS = "glib-2.0 gtk+3 libxml2"
+DEPENDS = "glib-2.0 gtk+3 libxml2 intltool-native"
 
 inherit vala gtk-doc
 

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


More information about the Openembedded-commits mailing list