summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2025-10-16 17:46:53 -0400
committerVictor Kareh <[email protected]>2025-10-16 17:52:07 -0400
commit2570151d8a88bca9eaf90043f81dd1112640f5dd (patch)
treee19aed82b6e014a3c8401be7aee35f53a6c9aaf7 /meson_options.txt
parent39724e8f88837acb16e3582d2a76474d9e2a937c (diff)
downloadmate-power-manager-power-profiles-applet.tar.bz2
mate-power-manager-power-profiles-applet.tar.xz
applets: Add support for building applets in-processpower-profiles-applet
This enables Wayland compatibility. Out-of-process applets use GtkPlug/GtkSocket which is X11-specific and doesn't work in Wayland sessions. The default build remains out-of-process for backwards compatibility.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cfc3863..71e6326 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,4 @@ option('enable-tests', type : 'boolean', value : true, description : 'enable tes
option('gnome-keyring', type : 'boolean', value : false, description : 'gnome-keyring support')
option('libsecret', type : 'boolean', value : true, description : 'libsecret enabled')
option('applets', type : 'boolean', value : true, description : 'applets enabled')
+option('applets-in-process', type : 'boolean', value : false, description : 'build applets in-process')