diff options
author | raveit65 <[email protected]> | 2016-08-05 15:07:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-31 15:29:57 +0200 |
commit | a5f369c480c768173881486ad057335cae6228d9 (patch) | |
tree | e51f472bab7f062fad6af70e11b5eebb0910c425 /configure.ac | |
parent | 6f3b04cf976b231d31d6704b0a69a25f10ab7d7d (diff) | |
download | mate-applets-a5f369c480c768173881486ad057335cae6228d9.tar.bz2 mate-applets-a5f369c480c768173881486ad057335cae6228d9.tar.xz |
cpu-freq: avoid deprecated polkit_authority_get
And bump polkit requirement.
polkit_authority_get is deprecated since polkit-0.97 from 2010.
So the requirement bump should be save for all distros.
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 b618adb0..8e4eced2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ UPOWER_REQUIRED=0.9.4 DBUS_REQUIRED=1.1.2 DBUS_GLIB_REQUIRED=0.74 LIBXML_REQUIRED=2.5.0 -POLKIT_REQUIRED=0.92 +POLKIT_REQUIRED=0.97 dnl *************************************************************************** AM_MAINTAINER_MODE |