summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-23 00:28:27 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-23 00:28:27 +0900
commit20e97dd3decbf8fe9127e41787af5420062deec0 (patch)
treeb6b79f12a48f1b08a251ec338e519998185888f7 /meson_options.txt
parent67e4b385635942c2cb74f6b2ee89cedff5691596 (diff)
downloadsystemd-20e97dd3decbf8fe9127e41787af5420062deec0.tar.gz
meson: add option for debugging udev
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b5a20fb0e2..0e99682014 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -45,7 +45,7 @@ option('debug-shell', type : 'string', value : '/bin/sh',
description : 'path to debug shell binary')
option('debug-tty', type : 'string', value : '/dev/tty9',
description : 'specify the tty device for debug shell')
-option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache'], value : [],
+option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'udev'], value : [],
description : 'enable extra debugging')
option('memory-accounting-default', type : 'boolean',
description : 'enable MemoryAccounting= by default')