summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2019-04-25 12:19:16 +0200
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>2019-12-05 15:50:41 +0100
commit613a02b7d67864af1860e9137e2ee101d603463e (patch)
tree295728ebc1510f551839fd723ef0179c695ad5cd /meson.build
parentcb084637ba1c8558f1538ce300c5520a6764dc76 (diff)
downloadsystemd-613a02b7d67864af1860e9137e2ee101d603463e.tar.gz
debug-generator: enable custom systemd.debug_shell ttyv239-20
(cherry picked from commit 93912e872fb14e9c372e090409e429084a6450f5) Resolves: #1723722
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index fe82ca4ac2..70811c29cf 100644
--- a/meson.build
+++ b/meson.build
@@ -768,6 +768,7 @@ conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
substs.set('SUSHELL', get_option('debug-shell'))
substs.set('DEBUGTTY', get_option('debug-tty'))
+conf.set_quoted('DEBUGTTY', get_option('debug-tty'))
enable_debug_hashmap = false
enable_debug_mmap_cache = false