From f71de53b29b11d5f412c2c52f5b313f423343827 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 1 Sep 2013 12:54:37 +0200 Subject: datetime: Use libgweather's timezone info In addition to the Olson timezone DB, we're now merging in the timezone location info from libgweather as well. This should make the timezone autodiscovery more accurate and is hopefully good enough to turn it on by default. https://bugzilla.gnome.org/show_bug.cgi?id=707241 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3b1c8605..ac3df961 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ GIO_REQUIRED_VERSION=${GLIB_REQUIRED_VERSION} GTK_REQUIRED_VERSION=3.7.8 GCONF_REQUIRED_VERSION=2.6.1 GNOME_DESKTOP_REQUIRED_VERSION=3.9.0 +LIBGWEATHER_REQUIRED_VERSION=3.9.5 LIBNOTIFY_REQUIRED_VERSION=0.7.3 UPOWER_GLIB_REQUIRED_VERSION=0.9.1 PA_REQUIRED_VERSION=2.0 @@ -255,6 +256,7 @@ AC_SUBST(LIBM) PKG_CHECK_MODULES(DATETIME, geocode-glib-1.0 >= $GEOCODE_GLIB_REQUIRED_VERSION + gweather-3.0 >= $LIBGWEATHER_REQUIRED_VERSION polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION ) -- cgit v1.2.1