meson.build: add missing dependencies on libfmt
This commit is contained in:
parent
0e0f46a1e0
commit
85b0029ba2
@ -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,
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user