From 9ce1e0e37d4ab34bc0dc351da0aec0db6f1b198c Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Wed, 27 Jul 2022 15:02:27 -0700 Subject: powersave: switch to PKG-CONFIG provider (automated) --- mobile/powersave/DEPENDS | 2 +- mobile/powersave/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'mobile') diff --git a/mobile/powersave/DEPENDS b/mobile/powersave/DEPENDS index 103cfe0212..cb90dba127 100755 --- a/mobile/powersave/DEPENDS +++ b/mobile/powersave/DEPENDS @@ -1,6 +1,6 @@ depends -sub CXX gcc && depends automake && -depends pkgconfig && +depends PKG-CONFIG && depends cpufrequtils && depends dbus-glib && depends hal && diff --git a/mobile/powersave/HISTORY b/mobile/powersave/HISTORY index 19a25bad0a..db9a263c35 100644 --- a/mobile/powersave/HISTORY +++ b/mobile/powersave/HISTORY @@ -1,3 +1,6 @@ +2022-07-27 Vlad Glagolev + * DEPENDS: switch to PKG-CONFIG provider (automated) + 2015-05-25 Thomas Orgis * DETAILS: remove SOURCEFORGE_URL usage (automated) -- cgit v1.2.3