mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Update OpenAL to 1.23.0 on Linux
This commit is contained in:
parent
db04e33128
commit
dc459d454f
2 changed files with 2 additions and 2 deletions
|
@ -629,7 +629,7 @@ RUN git clone -b 0.3.25 --depth=1 {{ GIT }}/PipeWire/pipewire.git \
|
|||
FROM builder AS openal
|
||||
COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
||||
|
||||
RUN git clone -b 1.22.2 --depth=1 {{ GIT }}/kcat/openal-soft.git \
|
||||
RUN git clone -b 1.23.0 --depth=1 {{ GIT }}/kcat/openal-soft.git \
|
||||
&& cd openal-soft \
|
||||
&& cmake -GNinja -B build . \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
|
|
|
@ -330,7 +330,7 @@ parts:
|
|||
openal:
|
||||
source: https://github.com/kcat/openal-soft.git
|
||||
source-depth: 1
|
||||
source-tag: 1.22.2
|
||||
source-tag: 1.23.0
|
||||
plugin: cmake
|
||||
build-environment:
|
||||
- LDFLAGS: -s
|
||||
|
|
Loading…
Add table
Reference in a new issue