]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: move 'conditions' to the end
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Fri, 3 Jul 2026 10:07:02 +0000 (12:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 7 Jul 2026 11:40:13 +0000 (13:40 +0200)
src/report/meson.build

index 8a4716ec21c0a0c0e339646ec0bd849c81dbc75d..cc2cea521e41b4966eddcfe9ad2babbd23455ac5 100644 (file)
@@ -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',