summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2025-04-04 20:40:55 -0400
committerVictor Kareh <[email protected]>2026-01-15 07:40:57 -0500
commit95ffa80ec2d6f030d3501eec6ebb687a06fda0ec (patch)
treecbd6bc0f0e1198158b71c8d9e89138f6edd27b6c /meson.build
parentc78329d2219bab2bd50db942292e9b1ebb2689be (diff)
downloadmate-power-manager-95ffa80ec2d6f030d3501eec6ebb687a06fda0ec.tar.bz2
mate-power-manager-95ffa80ec2d6f030d3501eec6ebb687a06fda0ec.tar.xz
applets: Add new power-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 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ecc9622..cc80e6f 100644
--- a/meson.build
+++ b/meson.build
@@ -136,6 +136,7 @@ config_inc = include_directories('.')
if enable_applet
subdir('applets/brightness')
subdir('applets/inhibit')
+ subdir('applets/power-profiles')
endif
subdir('help')
subdir('src')