Remove OpenAL from the build job dependencies
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user