mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Update libjxl in Docker & snap
This commit is contained in:
parent
90405f3ebc
commit
5e546d1198
2 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@ COPY --link --from=lcms2 {{ LibrariesPath }}/lcms2-cache /
|
|||
COPY --link --from=brotli {{ LibrariesPath }}/brotli-cache /
|
||||
COPY --link --from=highway {{ LibrariesPath }}/highway-cache /
|
||||
|
||||
RUN git clone -b v0.8.2 --depth=1 {{ GIT }}/libjxl/libjxl.git \
|
||||
RUN git clone -b v0.10.2 --depth=1 {{ GIT }}/libjxl/libjxl.git \
|
||||
&& cd libjxl \
|
||||
&& cmake -GNinja -B build . \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
|
|
|
@ -246,7 +246,7 @@ parts:
|
|||
libjxl:
|
||||
source: https://github.com/libjxl/libjxl.git
|
||||
source-depth: 1
|
||||
source-tag: v0.8.2
|
||||
source-tag: v0.10.2
|
||||
plugin: cmake
|
||||
build-environment:
|
||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||
|
|
Loading…
Add table
Reference in a new issue