diff options
Diffstat (limited to 'vcpkg/ports/graphene/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/graphene/vcpkg.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/vcpkg/ports/graphene/vcpkg.json b/vcpkg/ports/graphene/vcpkg.json new file mode 100644 index 0000000..6b29809 --- /dev/null +++ b/vcpkg/ports/graphene/vcpkg.json @@ -0,0 +1,37 @@ +{ + "name": "graphene", + "version": "1.10.8", + "port-version": 5, + "description": "A thin layer of types for graphic libraries.", + "homepage": "https://www.gtk.org/", + "license": "MIT", + "dependencies": [ + { + "name": "gettext", + "host": true, + "default-features": false, + "features": [ + "tools" + ] + }, + "gettext-libintl", + "glib", + { + "name": "glib", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "features": { + "introspection": { + "description": "build with introspection", + "supports": "!static", + "dependencies": [ + "gobject-introspection" + ] + } + } +} |