output/plugins/OSXOutputPlugin: add boost meson dependency

This commit is contained in:
Jacob Vosmaer
2019-03-16 21:00:01 +01:00
committed by Max Kellermann
parent 0bb71f1f20
commit 0a6e484b1a
2 changed files with 5 additions and 1 deletions

View File

@@ -76,7 +76,10 @@ if is_darwin
audiounit_dep = declare_dependency(
link_args: [
'-framework', 'AudioUnit', '-framework', 'CoreAudio', '-framework', 'CoreServices',
]
],
dependencies: [
boost_dep,
],
)
else
audiounit_dep = dependency('', required: false)