diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-10-11 11:10:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-10-11 11:10:53 +0200 |
commit | abc8caf76cc3158ec3569b9189ca3a09b220b4d7 (patch) | |
tree | 2a46f1a69c53ae0432bede0eb7e638a2d82f3eea /meson.build | |
parent | mempool: only enable mempool use when linked to libsystemd-shared.so (diff) | |
download | systemd-abc8caf76cc3158ec3569b9189ca3a09b220b4d7.tar.xz systemd-abc8caf76cc3158ec3569b9189ca3a09b220b4d7.zip |
meson: use vars we already have defined in status
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 09986d58dc..6c1b36eb06 100644 --- a/meson.build +++ b/meson.build @@ -2981,8 +2981,8 @@ status += [ 'time epoch: @0@ (@1@)'.format(time_epoch, alt_time_epoch)] status += [ - 'static libsystemd: @0@'.format(get_option('static-libsystemd')), - 'static libudev: @0@'.format(get_option('static-libudev'))] + 'static libsystemd: @0@'.format(static_libsystemd), + 'static libudev: @0@'.format(static_libudev)] # TODO: # CFLAGS: ${OUR_CFLAGS} ${CFLAGS} |