summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2019-05-11 20:57:18 +0200
committerGitHub <noreply@github.com>2019-05-11 20:57:18 +0200
commiteb0e132bcc393e7672ff4188fcebef28a4821f35 (patch)
tree55aeb287a8568379b788fbc65c64650996b5665e /meson.build
parent871ea4278504aa5b0caf1121e90c7e562431531a (diff)
[Timings] Move into new debug system. (#961)
* [Timings] Move into new debug system. * [Timings] Remove newlines.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cb350729..4364084a 100644
--- a/meson.build
+++ b/meson.build
@@ -85,7 +85,6 @@ header_conf.set('GLIB_VERSION_MAX_ALLOWED', '(G_ENCODE_VERSION(@0@,@1@))'.format
header_conf.set('ENABLE_DRUN', get_option('drun'))
header_conf.set('WINDOW_MODE', get_option('window'))
-header_conf.set('TIMINGS', get_option('timings'))
header_conf.set_quoted('MANPAGE_PATH', join_paths(get_option('prefix'), get_option('mandir')))
header_conf.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), get_option('sysconfdir')))