summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-24 10:36:44 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-06-02 12:21:35 +1000
commita69294251df92e818f695cd2456c8eb860e02522 (patch)
tree817bcce975d099b4971ea9858dde868312edc99e /meson_options.txt
parente9fc59efc853485cb6be0041d8d56a9c4c0642fd (diff)
Fold the event-gui into the libinput tool
It's common enough for users to want to debug libinput behavior without interference by the compositor or the X server. Being able to run a GUI without having to compile from git is helpful. Note that this changes --enable-event-gui autotools option to --enable-debug-gui and the event-gui mesonconf option to debug-gui. This also drops the standalone event-gui binary in both autotools and meson. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5cd6d70e..f432e7ea 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,10 +6,10 @@ option('libwacom',
type: 'boolean',
default: true,
description: 'Use libwacom for tablet identification (default=true)')
-option('event-gui',
+option('debug-gui',
type: 'boolean',
default: true,
- description: 'Build the GUI event viewer [default=true]')
+ description: 'Enable the "debug-gui" feature in the libinput tool [default=true]')
option('enable-tests',
type: 'boolean',
default: true,