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-08-14 14:40:39 +0200
commit2bdf1b228478a2b407b0ed60231b2eec52f9e662 (patch)
tree4f23f25887549ef198f08d138105f4588d151f15 /test
parentc876d6a51cddfb5853fde65a32da4920799b8942 (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 a1dc7840d..0befdc71e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -624,6 +624,7 @@ executable(
dependencies: [
output_glue_dep,
encoder_glue_dep,
+ event_dep,
],
)