[gnome-applets] Disable gweather applet with libgweather 3.8
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] Disable gweather applet with libgweather 3.8
- Date: Mon, 20 May 2013 14:36:54 +0000 (UTC)
commit 890044b0b9d601e6701126bb354fe4f229e4240c
Author: Balló György <ballogyor gmail com>
Date: Mon May 20 10:34:32 2013 -0400
Disable gweather applet with libgweather 3.8
Disable gweather applet, because it's not compatible with libgweather 3.8.
Upstream dropped GWeatherXML, which is used by the gweather applet.
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 3e13732..aad9fb5 100644
--- a/configure.in
+++ b/configure.in
@@ -276,7 +276,7 @@ AC_SUBST(XML2_LIBS)
dnl -- check for libgweather (required for gweather applet) ------------------
build_libgweather_applets=false
-PKG_CHECK_MODULES(LIBGWEATHER, gweather-3.0 >= $GWEATHER_REQUIRED,
+PKG_CHECK_MODULES(LIBGWEATHER, gweather-3.0 >= $GWEATHER_REQUIRED gweather-3.0 <= 3.7,
build_libgweather_applets=true,
AC_MSG_WARN([libgweather not found. Not building the weather applet.]))
AC_SUBST(LIBGWEATHER_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]