mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libwebp] use supports expressions (#28481)
This commit is contained in:
parent
f7f6dbb083
commit
031c19f64e
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "libwebp",
|
||||
"version": "1.2.4",
|
||||
"port-version": 1,
|
||||
"description": "WebP codec: library to encode and decode images in WebP format",
|
||||
"homepage": "https://github.com/webmproject/libwebp",
|
||||
"license": "BSD-3-Clause",
|
||||
@ -83,6 +84,7 @@
|
||||
},
|
||||
"extras": {
|
||||
"description": "Build extras.",
|
||||
"supports": "!osx",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libwebp",
|
||||
@ -169,6 +171,7 @@
|
||||
},
|
||||
"vwebp": {
|
||||
"description": "Build the vwebp viewer tool.",
|
||||
"supports": "!osx",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "freeglut",
|
||||
@ -179,6 +182,7 @@
|
||||
},
|
||||
"vwebp-sdl": {
|
||||
"description": "Build the vwebp viewer tool.",
|
||||
"supports": "!osx",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libwebp",
|
||||
|
@ -4406,7 +4406,7 @@
|
||||
},
|
||||
"libwebp": {
|
||||
"baseline": "1.2.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libwebsockets": {
|
||||
"baseline": "4.3.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4b045db27d934d57c56d09c3721b05c46043cbb7",
|
||||
"version": "1.2.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "6bce9ad4c595a817fb1f227661c5bc955b177754",
|
||||
"version": "1.2.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user