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.
This commit is contained in:
Max Kellermann 2020-07-01 15:25:39 +02:00
parent 25b5ca6435
commit 3c5ef504f8
1 changed files with 1 additions and 0 deletions

View File

@ -568,6 +568,7 @@ executable(
dependencies: [
output_glue_dep,
encoder_glue_dep,
event_dep,
],
)