output/plugins/OSXOutputPlugin: add boost meson dependency
This commit is contained in:

committed by
Max Kellermann

parent
0bb71f1f20
commit
0a6e484b1a
@@ -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)
|
||||
|
Reference in New Issue
Block a user