mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:43:03 +08:00
[Libadwaita] add missing meson dep (#37254)
This commit is contained in:
parent
0fe7786f52
commit
908701aea9
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libadwaita",
|
||||
"version": "1.3.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Building blocks for modern GNOME applications",
|
||||
"homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
@ -15,6 +15,10 @@
|
||||
{
|
||||
"name": "sassc",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-tool-meson",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4118,7 +4118,7 @@
|
||||
},
|
||||
"libadwaita": {
|
||||
"baseline": "1.3.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libaes-siv": {
|
||||
"baseline": "2020-10-15",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "96910a2e41ab111c5bc26611f533a44dd760be35",
|
||||
"version": "1.3.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "ed0c59fcd97bfea68ea94baf161a1c9e6d5c673d",
|
||||
"version": "1.3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user