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