Remove OpenAL from the build job dependencies

This commit is contained in:
David Hrdlička
2022-03-08 16:31:11 +01:00
parent c286829d90
commit 097a5fe0b9
4 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,6 @@
"dependencies": [
"freetype",
"libpng",
"openal-soft",
"sdl2",
"rtmidi"
],
@@ -30,6 +29,12 @@
"dependencies": [
"libslirp"
]
},
"openal": {
"description": "OpenAL sound backend",
"dependencies": [
"openal-soft"
]
}
}
}