summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-01-08 16:30:30 -0500
committerRay Strode <rstrode@redhat.com>2018-01-08 16:31:17 -0500
commitf8358ef6958530fc13d889265025a1da1c848be1 (patch)
tree36fd8376435450e93886a0188846145be1c3443e /meson.build
parent145ef74eb05c62a1e660b0f994a48d5d1d460e3b (diff)
downloadgnome-session-f8358ef6958530fc13d889265025a1da1c848be1.tar.gz
meson: rename HAVE_SYSTEMD_JOURNAL to ENABLE_SYSTEMD_JOURNAL
That's what the code uses. https://bugzilla.gnome.org/show_bug.cgi?id=768982
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4f239af4..f220c502 100644
--- a/meson.build
+++ b/meson.build
@@ -160,7 +160,7 @@ if enable_systemd or enable_consolekit
endif
endif
config_h.set('HAVE_SYSTEMD', enable_systemd)
-config_h.set('HAVE_SYSTEMD_JOURNAL', enable_systemd_journal)
+config_h.set('ENABLE_SYSTEMD_JOURNAL', enable_systemd_journal)
config_h.set('HAVE_CONSOLEKIT', enable_consolekit)
configure_file(