mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-11 18:17:56 +08:00
b6cd8828e6
* [cairomm] update to 1.16.2 (microsoft#27374) * [cairomm] update to 1.16.2 (microsoft#27374) * Use VERSION defined by vcpkg, fix VCPKG_LIBRARY_LINKAGE typo, modernize release-only build handling. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "cairomm",
|
|
"version": "1.16.2",
|
|
"description": "A C++ wrapper for the cairo graphics library",
|
|
"homepage": "https://www.cairographics.org",
|
|
"license": "LGPL-2.0-only",
|
|
"dependencies": [
|
|
"cairo",
|
|
"libsigcpp",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|