From: Zbigniew Jędrzejewski-Szmek Date: Fri, 3 Jul 2026 10:07:02 +0000 (+0200) Subject: meson: move 'conditions' to the end X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88b51ff97441041f5e0b94e60dd330964e27a2a9;p=thirdparty%2Fsystemd.git meson: move 'conditions' to the end --- diff --git a/src/report/meson.build b/src/report/meson.build index 8a4716ec21c..cc2cea521e4 100644 --- a/src/report/meson.build +++ b/src/report/meson.build @@ -39,13 +39,13 @@ executables += [ }, libexec_template + { 'name' : 'systemd-report-sign-plain', - 'conditions' : [ - 'HAVE_OPENSSL', - ], 'sources' : files( 'report-sign-plain.c', ), 'dependencies' : libopenssl_cflags, + 'conditions' : [ + 'HAVE_OPENSSL', + ], }, libexec_template + { 'name' : 'systemd-report-sign-tsm',