From 04f632296f74c95c132086d3158785c1d36093e7 Mon Sep 17 00:00:00 2001 From: Volodymyr Medvid Date: Thu, 15 Nov 2018 19:01:35 +0200 Subject: [PATCH] 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 --- test/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/test/meson.build b/test/meson.build index 6fe6f6f29..25a8d38a1 100644 --- a/test/meson.build +++ b/test/meson.build @@ -239,6 +239,7 @@ if enable_database '../src/LogBackend.cxx', include_directories: inc, dependencies: [ + event_dep, storage_glue_dep, ], )