diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 4 |
1 files changed, 1 insertions, 3 deletions
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 ac7540eafb..e3bf551eb4 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/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native" | 7 | DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native glib-2.0-native" |
8 | 8 | ||
9 | PNAME = "gtksourceview" | 9 | PNAME = "gtksourceview" |
10 | 10 | ||
@@ -29,5 +29,3 @@ do_configure_prepend() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += " ${datadir}/gtksourceview-2.0" | 31 | FILES_${PN} += " ${datadir}/gtksourceview-2.0" |
32 | |||
33 | PNBLACKLIST[gtksourceview2] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130597/" | ||