aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cairomm/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cairomm/vcpkg.json')
-rw-r--r--vcpkg/ports/cairomm/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/cairomm/vcpkg.json b/vcpkg/ports/cairomm/vcpkg.json
new file mode 100644
index 0000000..31e7867
--- /dev/null
+++ b/vcpkg/ports/cairomm/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "cairomm",
+ "version": "1.18.0",
+ "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
+ }
+ ]
+}