mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 01:45:06 +00:00
Support ICCv4 with Little CMS on Linux
This commit is contained in:
@@ -56,7 +56,7 @@ ENV CXXFLAGS $CFLAGS
|
||||
FROM builder AS patches
|
||||
RUN git clone {{ GIT }}/desktop-app/patches.git \
|
||||
&& cd patches \
|
||||
&& git checkout 8edd80d889 \
|
||||
&& git checkout 4ecd75fad8 \
|
||||
&& rm -rf .git
|
||||
|
||||
FROM builder AS nasm
|
||||
@@ -678,6 +678,7 @@ FROM patches AS qt
|
||||
COPY --link --from=libffi {{ LibrariesPath }}/libffi-cache /
|
||||
COPY --link --from=zlib {{ LibrariesPath }}/zlib-cache /
|
||||
COPY --link --from=libproxy {{ LibrariesPath }}/libproxy-cache /
|
||||
COPY --link --from=lcms2 {{ LibrariesPath }}/lcms2-cache /
|
||||
COPY --link --from=mozjpeg {{ LibrariesPath }}/mozjpeg-cache /
|
||||
COPY --link --from=xcb {{ LibrariesPath }}/xcb-cache /
|
||||
COPY --link --from=xcb-wm {{ LibrariesPath }}/xcb-wm-cache /
|
||||
|
||||
+1
-1
Submodule cmake updated: 8cbc57f355...4d8c8a0f84
@@ -376,6 +376,7 @@ parts:
|
||||
- libharfbuzz-dev
|
||||
- libice-dev
|
||||
- libicu-dev
|
||||
- liblcms2-dev
|
||||
- libopengl-dev
|
||||
- libpcre2-dev
|
||||
- libpng-dev
|
||||
@@ -413,6 +414,7 @@ parts:
|
||||
- libharfbuzz0b
|
||||
- libice6
|
||||
- libicu70
|
||||
- liblcms2-2
|
||||
- libopengl0
|
||||
- libpcre2-16-0
|
||||
- libpng16-16
|
||||
|
||||
Reference in New Issue
Block a user