mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "libadwaita",
|
|
"version": "1.3.2",
|
|
"port-version": 1,
|
|
"description": "Building blocks for modern GNOME applications",
|
|
"homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"gtk",
|
|
{
|
|
"name": "sassc",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|