mixer/meson.build: split libmixer_api from libmixer_glue

This commit is contained in:
Max Kellermann
2022-11-29 08:57:42 +01:00
parent eb6c649d47
commit 4b5c8d1f3e
3 changed files with 19 additions and 4 deletions

View File

@@ -622,7 +622,7 @@ if alsa_dep.found()
'read_mixer.cxx',
include_directories: inc,
dependencies: [
mixer_glue_dep,
mixer_plugins_dep,
],
)
endif