summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-07-01 15:25:39 +0200
committerMax Kellermann <max@musicpd.org>2020-07-01 15:26:02 +0200
commit3c5ef504f86c3adad2530101e0f832cec0341c97 (patch)
tree0ee4c819c058144466df5804e3434f204f9e5968 /test
parent25b5ca64359b86323e1039d56872f28c0ae8e11b (diff)
test/meson.build: add explicit dependency from run_output on libevent.a
We could exclude that feature if neither ALSA nor httpd are enabled, but that's too complicated for this small debug program.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index e6cb1cfb1..a33b16d15 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -568,6 +568,7 @@ executable(
dependencies: [
output_glue_dep,
encoder_glue_dep,
+ event_dep,
],
)