mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +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",
|
"PulseAudioWrappers.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
if (current_os == "mac") {
|
||||||
|
sources += [ "PlaybackStreamAudioUnit.cpp" ]
|
||||||
|
frameworks = [ "AudioUnit.framework" ]
|
||||||
|
}
|
||||||
deps = [
|
deps = [
|
||||||
"//AK",
|
"//AK",
|
||||||
"//Meta/gn/build/libs/pulse",
|
"//Meta/gn/build/libs/pulse",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue