test/meson.build: add another missing dependency on libevent.a

Necessary for including Client.hxx.
This commit is contained in:
Max Kellermann 2025-01-28 19:52:13 +01:00
parent 074a041760
commit 83c2d9c964

@ -288,6 +288,7 @@ if enable_database
'../src/LocateUri.cxx', '../src/LocateUri.cxx',
include_directories: inc, include_directories: inc,
dependencies: [ dependencies: [
event_dep,
log_dep, log_dep,
tag_dep, tag_dep,
fs_dep, fs_dep,