Commit 3c5ef504 authored by Max Kellermann's avatar Max Kellermann

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.
parent 25b5ca64
......@@ -568,6 +568,7 @@ executable(
dependencies: [
output_glue_dep,
encoder_glue_dep,
event_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