Skip to content

Commit

Permalink
windows shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Snd-R committed Jan 8, 2025
1 parent ef55daf commit 357b6a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ val windowsLibs = setOf(
"libbrotlienc.dll",
"libde265.dll",
"libdav1d.dll",
"libexif.so",
"libexif-12.dll",
"libexpat-1.dll",
"libffi-8.dll",
"libgio-2.0-0.dll",
Expand All @@ -108,7 +108,7 @@ val windowsLibs = setOf(
"libgobject-2.0-0.dll",
"libheif.dll",
"libhwy.dll",
"liblcms2.dll",
"liblcms2-2.dll",
"libintl-8.dll",
"libjpeg-62.dll",
"libjxl.dll",
Expand Down
3 changes: 3 additions & 0 deletions cmake/windows-x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
meson \
nasm \
autoconf \
automake \
autopoint \
autotools-dev \
libtool \
texinfo \
mingw-w64 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ object VipsSharedLibraries {
"gobject-2.0",
"gio-2.0",
"lcms2",
"exif",
"de265",
"dav1d",
"expat",
Expand Down Expand Up @@ -63,7 +64,8 @@ object VipsSharedLibraries {
"libgmodule-2.0-0",
"libgobject-2.0-0",
"libgio-2.0-0",
"liblcms2",
"liblcms2-2",
"libexif-12",
"libde265",
"libdav1d",
"libexpat-1",
Expand Down

0 comments on commit 357b6a0

Please sign in to comment.