mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
Meta: Port 759e07579e
to gn build
This commit is contained in:
parent
aeee98b3a1
commit
ffc75a575b
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue