mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:59:01 +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
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "cairomm",
|
|
"version": "1.16.2",
|
|
"port-version": 4,
|
|
"description": "A C++ wrapper for the cairo graphics library",
|
|
"homepage": "https://www.cairographics.org",
|
|
"license": "LGPL-2.0-only",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"cairo",
|
|
"libsigcpp",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|