summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-26 14:32:39 +0200
committerStefano Karapetsas <[email protected]>2013-10-26 14:32:39 +0200
commitfa97943c56e331668aff4b3587fe70c5edcd36b2 (patch)
tree74793228b4c06f1534cc6815a7c904f6425c3590 /configure.ac
parent61e4832376665af4f2bc44dde172d0899df4bf1b (diff)
downloadmate-panel-fa97943c56e331668aff4b3587fe70c5edcd36b2.tar.bz2
mate-panel-fa97943c56e331668aff4b3587fe70c5edcd36b2.tar.xz
Use mateweather also for GTK3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a4a2d9f3..0ab8d97a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,8 +92,8 @@ case "$with_gtk" in
LIBCANBERRA_API_VERSION=3
LIBWNCK_API_VERSION=3.0
LIBWNCK_REQUIRED=3.0.0
- WEATHER_LIB=gweather-3.0
- WEATHER_REQUIRED=3.8.0
+ WEATHER_LIB=mateweather
+ WEATHER_REQUIRED=1.7.0
;;
esac
@@ -128,7 +128,7 @@ PKG_CHECK_MODULES(NOTIFICATION_AREA, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED)
AC_SUBST(NOTIFICATION_AREA_CFLAGS)
AC_SUBST(NOTIFICATION_AREA_LIBS)
-PKG_CHECK_MODULES(WNCKLET, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED libwnck-$LIBWNCK_API_VERSION >= $LIBWNCK_REQUIRED)
+PKG_CHECK_MODULES(WNCKLET, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED libwnck-$LIBWNCK_API_VERSION >= $LIBWNCK_REQUIRED mate-desktop-2.0 >= $LIBMATE_DESKTOP_REQUIRED)
AC_SUBST(WNCKLET_CFLAGS)
AC_SUBST(WNCKLET_LIBS)