meson: Add missing conditions

Follow up for 6350d2dbd9
This commit is contained in:
Daan De Meyer
2025-05-13 13:47:13 +02:00
parent e4e8946a16
commit a16f650bd4

View 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],
},