From a5f369c480c768173881486ad057335cae6228d9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 5 Aug 2016 15:07:13 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1