mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:09:07 +08:00
[cairomm] Remove unnecessary dependencies (#33329)
* [cairomm] Remove unnecessary dependencies * Update version database
This commit is contained in:
parent
42cc786992
commit
436a061a54
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "cairomm",
|
||||
"version": "1.17.1",
|
||||
"port-version": 1,
|
||||
"description": "A C++ wrapper for the cairo graphics library",
|
||||
"homepage": "https://www.cairographics.org",
|
||||
"license": "LGPL-2.0-only",
|
||||
@ -8,10 +9,6 @@
|
||||
"dependencies": [
|
||||
"cairo",
|
||||
"libsigcpp",
|
||||
{
|
||||
"name": "pkgconf",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-tool-meson",
|
||||
"host": true
|
||||
|
@ -1390,7 +1390,7 @@
|
||||
},
|
||||
"cairomm": {
|
||||
"baseline": "1.17.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"calceph": {
|
||||
"baseline": "3.5.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f6f54756edc3cdf81b1fbac86522410f64bda856",
|
||||
"version": "1.17.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e8edc870e28366ad88709f1232d002ffd9810cf3",
|
||||
"version": "1.17.1",
|
||||
|
Loading…
Reference in New Issue
Block a user