summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlastair Poole <netstar@gmail.com>2020-09-23 19:57:24 +0100
committerAlastair Poole <netstar@gmail.com>2020-09-23 19:57:24 +0100
commitaf560c6566600a85282153ac1d04b4879abe5ce9 (patch)
tree5feed662ae41871fc50a0387830a64280a35ff6f /meson_options.txt
parent2c70e9648d0c42c6876d1b4950f238fd2ff6b8a4 (diff)
downloadenlightenment-af560c6566600a85282153ac1d04b4879abe5ce9.tar.gz
procstats: window resource module.
The module sends messages which the theme displays. Thus, the module requires a theme with an implemented edj script to be useful. Currently EFL 1.26 includes a basic text label for this... Usage is recursive...everything under the window is included. Rudimentary, as usual...please do something pretty... RFC. Hopefully I didn't break the universe...again!
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index faedfeada8..64f0be3472 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -301,3 +301,7 @@ option('gesture-recognition',
type: 'boolean',
value: true,
description: 'Enable gesture recognition using libinput, needed to get swipe bindings beeing detected.')
+option('procstats',
+ type: 'boolean',
+ value: true,
+ description: 'enable procstats module: (default=true)')