Commit 85b0029b authored by Max Kellermann's avatar Max Kellermann

meson.build: add missing dependencies on libfmt

parent 0e0f46a1
......@@ -12,6 +12,7 @@ pulse = static_library(
include_directories: inc,
dependencies: [
pulse_dep,
log_dep,
],
)
......
......@@ -49,6 +49,7 @@ mixer_plugins = static_library(
alsa_dep,
pulse_dep,
libsndio_dep,
log_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