From c16a8d66db21842570040b159e0c469b72e69f3f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 12 Aug 2016 14:11:54 +0200 Subject: [PATCH] gtksourceview2: add intltool-native dependency * fixes: | ../gtksourceview-2.10.5/configure: line 12665: syntax error near unexpected token `0.40' | ../gtksourceview-2.10.5/configure: line 12665: `IT_PROG_INTLTOOL(0.40)' Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb index 8d935b84a5..ebd2955b2a 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "gtk+ libxml2" +DEPENDS = "gtk+ libxml2 intltool-native" PNAME = "gtksourceview"