Skip to content

Commit

Permalink
[freeimage] Don't depend on default features (#38047)
Browse files Browse the repository at this point in the history
Fixes #38013:

> Make lzma an optional dependency. Seems to be pulled in via tiff at
least.
  • Loading branch information
dg0yt committed Apr 12, 2024
1 parent 3df3311 commit ad3bae5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ports/freeimage/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "freeimage",
"version": "3.18.0",
"port-version": 25,
"port-version": 26,
"description": "Support library for graphics image formats",
"homepage": "https://sourceforge.net/projects/freeimage/",
"license": "GPL-2.0-only OR GPL-3.0-only OR FreeImage",
Expand All @@ -13,11 +13,15 @@
"libraw",
{
"name": "libwebp",
"default-features": false,
"platform": "!uwp"
},
"openexr",
"openjpeg",
"tiff",
{
"name": "tiff",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2830,7 +2830,7 @@
},
"freeimage": {
"baseline": "3.18.0",
"port-version": 25
"port-version": 26
},
"freeopcua": {
"baseline": "20190125",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/freeimage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e7b2a65974c7375dc69526c2c5390f1c7932aa1b",
"version": "3.18.0",
"port-version": 26
},
{
"git-tree": "423daf86bc904882a1fa9c68d56d56d7c52ac35f",
"version": "3.18.0",
Expand Down

0 comments on commit ad3bae5

Please sign in to comment.