From 8c6cf6f29b213244207d2e9ab9e29b8f57cc94a0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Nov 2014 10:40:42 +0100 Subject: [PATCH] libgweather: needs glib-devel to build. --- srcpkgs/libgweather/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgweather/template b/srcpkgs/libgweather/template index ba6c569931d..78ba6767519 100644 --- a/srcpkgs/libgweather/template +++ b/srcpkgs/libgweather/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile --enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo" -hostmakedepends="pkg-config intltool gobject-introspection" +hostmakedepends="pkg-config intltool glib-devel gobject-introspection" makedepends="libxml2-devel libsoup-gnome-devel>=2.46 gtk+3-devel vala-devel gnome-icon-theme" depends="gnome-icon-theme" short_desc="GNOME Weather information access library"