aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-28 15:29:10 +0100
committerGitHub <noreply@github.com>2018-01-28 15:29:10 +0100
commit7755083256a89dfd8858cd62f1ee85c4b1327092 (patch)
tree49d7b0708cbf8db8193aedff7cd86ba909f7a85e /meson_options.txt
parentSlightly improve performance of startable/restartable unit completion (#7839) (diff)
parentjournalctl: add highlighting for matched substring (diff)
downloadsystemd-7755083256a89dfd8858cd62f1ee85c4b1327092.tar.gz
systemd-7755083256a89dfd8858cd62f1ee85c4b1327092.tar.bz2
systemd-7755083256a89dfd8858cd62f1ee85c4b1327092.zip
Merge pull request #7881 from keszybz/pcre
Add new --grep option to journalctl
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index eda5a579f..39822d6cd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -260,6 +260,8 @@ option('lz4', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'lz4 compression support')
option('xkbcommon', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'xkbcommon keymap support')
+option('pcre2', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : 'regexp matching support using pcre2')
option('glib', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'libglib support (for tests only)')
option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],