diff options
author | Brent Hull <[email protected]> | 2012-10-21 13:55:02 -0400 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-10-21 13:55:02 -0400 |
commit | 0645ff5a2d3f5115d411860fa32bef376f8e8d2b (patch) | |
tree | a79365cae9f27c2c6a57b04e6e0028259d0cc656 /configure.ac | |
parent | d5d706b9945e2b625de64136328eb0fced479c27 (diff) | |
download | mate-power-manager-0645ff5a2d3f5115d411860fa32bef376f8e8d2b.tar.bz2 mate-power-manager-0645ff5a2d3f5115d411860fa32bef376f8e8d2b.tar.xz |
Update configure and POTFILES for the applets port
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6910927..bfaed8c 100644 --- a/configure.ac +++ b/configure.ac @@ -281,7 +281,7 @@ have_applets=no if test x$enable_applets = xyes ; then have_applets=yes - PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-2.0 >= $LIBPANEL_REQUIRED]) + PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-3.0 >= $LIBPANEL_REQUIRED]) AC_DEFINE(HAVE_APPLETS, 1, [Define if we are building applets]) fi AC_MSG_RESULT([$have_applets]) |