Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-09-29 10:49:20 +0300
committerwurstsalat <mailtrash@posteo.de>2022-09-29 10:49:22 +0300
commit2f4fc20518caacedca808f7e0f6341ca0b00a4e5 (patch)
tree46fa0d69b3d80038507bd3f43bf5455948d6f806 /win
parent5a7d980b186d0e4da42ecc15bad63c78dcfa78e9 (diff)
ci: Windows: Add libheif dependency
This adds a GdkPixbuf loader for HEIF and AVIF images, see #11020
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 56d447827..46e6aff75 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -89,6 +89,7 @@ function install_deps {
mingw-w64-"${ARCH}"-python-pip \
mingw-w64-"${ARCH}"-adwaita-icon-theme \
mingw-w64-"${ARCH}"-libwebp \
+ mingw-w64-"${ARCH}"-libheif \
mingw-w64-"${ARCH}"-sqlite3 \
mingw-w64-"${ARCH}"-goocanvas \
mingw-w64-"${ARCH}"-gspell \