Skip to content

Commit 83c2d9c

Browse files
committed
test/meson.build: add another missing dependency on libevent.a
Necessary for including Client.hxx.
1 parent 074a041 commit 83c2d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ if enable_database
288288
'../src/LocateUri.cxx',
289289
include_directories: inc,
290290
dependencies: [
291+
event_dep,
291292
log_dep,
292293
tag_dep,
293294
fs_dep,

0 commit comments

Comments
 (0)