Commit 25b5ca64 authored by Max Kellermann's avatar Max Kellermann

output/plugins/meson.build: add dependency on libevent.a for ALSA

parent fd217daa
......@@ -13,6 +13,7 @@ need_encoder = false
if alsa_dep.found()
output_plugins_sources += 'AlsaOutputPlugin.cxx'
output_plugins_deps += event_dep
endif
libao_dep = dependency('ao', required: get_option('ao'))
......
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