mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix pipewire version check in openal
This commit is contained in:
parent
263ac2eb71
commit
1c98399c6f
1 changed files with 1 additions and 0 deletions
|
@ -439,6 +439,7 @@ COPY --from=pipewire ${LibrariesPath}/pipewire-cache /
|
|||
|
||||
RUN git clone -b 1.22.1 --depth=1 $GIT/kcat/openal-soft.git \
|
||||
&& cd openal-soft \
|
||||
&& sed -i 's@PW_CHECK_VERSION(major, minor, revision)@!PW_CHECK_VERSION(major, minor, revision + 1)@' alc/backends/pipewire.cpp \
|
||||
&& CFLAGS="$HFLAGS" CXXFLAGS="$HFLAGS" cmake -GNinja -B build . \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIBTYPE:STRING=STATIC \
|
||||
|
|
Loading…
Add table
Reference in a new issue