diff options
author | Victor Kareh <[email protected]> | 2025-04-04 20:40:55 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-04-04 20:49:55 -0400 |
commit | 6560b675e497e44b7b354c77aecccd29f14e8289 (patch) | |
tree | f5ed343324d5820bb17dc7e72cc66d2e0f5cb962 /configure.ac | |
parent | a0aeec575ba18d1101d783d640999df117daf28f (diff) | |
download | mate-power-manager-power-profiles-applet.tar.bz2 mate-power-manager-power-profiles-applet.tar.xz |
applets: Add new power-profiles appletpower-profiles-applet
This applet allows the user to set the active power profile
(power-saver, balanced, performance). It's compatible with the
power-profiles-daemon and tuned, which are the same DBUS interfaces that
GNOME relies on for power profiles.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 031a8ab..a9e1748 100644 --- a/configure.ac +++ b/configure.ac @@ -225,6 +225,7 @@ src/Makefile applets/Makefile applets/brightness/Makefile applets/inhibit/Makefile +applets/power-profiles/Makefile help/Makefile po/Makefile.in policy/Makefile |