summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2021-07-11 04:39:33 -0600
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-19 11:57:51 +0200
commite5d86ebed5624ef62342c820a5868b1075deb300 (patch)
tree827d85a9126283f1eabb08233a23eb454fe80b64 /meson_options.txt
parent95b63c755b73606e3dce094d92024c1e57ee5ed4 (diff)
downloadsystemd-e5d86ebed5624ef62342c820a5868b1075deb300.tar.gz
Add meson option to disable urlify.
Useful for systems that don't use a version of less with hyperlink support.
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 163c8df87d..b60261ac24 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -444,6 +444,8 @@ option('ok-color', type : 'combo',
'highlight-cyan', 'highlight-white'],
value : 'green',
description: 'color of the "OK" status message')
+option('urlify', type : 'boolean', value : 'true',
+ description : 'enable pager Hyperlink ANSI sequence support')
option('fexecve', type : 'boolean', value : 'false',
description : 'use fexecve() to spawn children')