]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: Add missing conditions
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 13 May 2025 11:47:13 +0000 (13:47 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 13 May 2025 12:07:42 +0000 (14:07 +0200)
Follow up for 6350d2dbd97746440b9c8303ddc140ffda568732

src/journal-remote/meson.build

index 7ccf060dce6a118310196973a553e83d72a9fbfc..7916e9b31343120f6dd41b8f9dea9b6b5898ca9b 100644 (file)
@@ -66,10 +66,12 @@ executables += [
         },
         test_template + {
                 'sources' : files('test-journal-header-util.c'),
+                'conditions' : ['HAVE_LIBCURL'],
                 'objects' : ['systemd-journal-upload'],
         },
         fuzz_template + {
                 'sources' : files('fuzz-journal-remote.c'),
+                'conditions' : ['HAVE_MICROHTTPD'],
                 'objects' : ['systemd-journal-remote'],
                 'dependencies' : common_deps + [libmicrohttpd],
         },