meson.build: add missing dependencies on libfmt

This commit is contained in:
Max Kellermann 2021-06-25 20:28:50 +02:00
parent 0e0f46a1e0
commit 85b0029ba2
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ pulse = static_library(
include_directories: inc,
dependencies: [
pulse_dep,
log_dep,
],
)

View File

@ -49,6 +49,7 @@ mixer_plugins = static_library(
alsa_dep,
pulse_dep,
libsndio_dep,
log_dep,
]
)