Meta: Port 759e07579e to gn build

This commit is contained in:
Andrew Kaster 2023-10-13 10:54:18 -06:00
parent aeee98b3a1
commit ffc75a575b

View file

@ -26,6 +26,10 @@ shared_library("LibAudio") {
"PulseAudioWrappers.cpp",
]
}
if (current_os == "mac") {
sources += [ "PlaybackStreamAudioUnit.cpp" ]
frameworks = [ "AudioUnit.framework" ]
}
deps = [
"//AK",
"//Meta/gn/build/libs/pulse",