test/meson.build: run_storage depends on event lib

test/run_storage.cxx depends on EventThread/EventLoop from libevent.a. Depend on it explicitly. This addresses build failure with -Dtest=true -Dcurl=disabled -Ddbus=disabled
parent 7c8dbcfa
......@@ -239,6 +239,7 @@ if enable_database
'../src/LogBackend.cxx',
include_directories: inc,
dependencies: [
event_dep,
storage_glue_dep,
],
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment