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:
parent
c876d6a51c
commit
2bdf1b2284
@ -624,6 +624,7 @@ executable(
|
||||
dependencies: [
|
||||
output_glue_dep,
|
||||
encoder_glue_dep,
|
||||
event_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user