summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2012-11-03 18:22:28 -0400
committerBrent Hull <[email protected]>2012-11-03 18:22:28 -0400
commit70aeb9c75a5eff23c16d6ce189e770dc22e8ff89 (patch)
tree1c65328c003c3a022d4c2c6aabb568b2252e6ca6 /configure.ac
parentb8964a21a6822f9f09215160503377746ea36995 (diff)
downloadmate-power-manager-70aeb9c75a5eff23c16d6ce189e770dc22e8ff89.tar.bz2
mate-power-manager-70aeb9c75a5eff23c16d6ce189e770dc22e8ff89.tar.xz
Update libmatepanel requirements for MATE 1.5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a79e21..00a3e4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ DBUS_GLIB_REQUIRED=0.70
LIBMATENOTIFY_REQUIRED=1.1.0
CAIRO_REQUIRED=1.0.0
UNIQUE_REQUIRED=0.9.4
-LIBPANEL_REQUIRED=1.1.0
+LIBPANEL_REQUIRED=1.5.0
XRANDR_REQUIRED=1.2.0
CANBERRA_REQUIRED=0.10
UPOWER_REQUIRED=0.9.1
@@ -263,7 +263,7 @@ have_applets=no
if test x$enable_applets = xyes ; then
have_applets=yes
- PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-3.0 >= $LIBPANEL_REQUIRED])
+ PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-4.0 >= $LIBPANEL_REQUIRED])
AC_DEFINE(HAVE_APPLETS, 1, [Define if we are building applets])
fi
AC_MSG_RESULT([$have_applets])