diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/gtk/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/gtk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gtk/vcpkg.json | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/vcpkg/ports/gtk/vcpkg.json b/vcpkg/ports/gtk/vcpkg.json new file mode 100644 index 0000000..bdd85ce --- /dev/null +++ b/vcpkg/ports/gtk/vcpkg.json @@ -0,0 +1,96 @@ +{ + "name": "gtk", + "version": "4.16.3", + "port-version": 3, + "description": "Portable library for creating graphical user interfaces.", + "homepage": "https://www.gtk.org/", + "license": "LGPL-2.0-only", + "supports": "!android & !xbox & !(arm64 & windows)", + "dependencies": [ + "atk", + { + "name": "cairo", + "default-features": false, + "features": [ + "gobject" + ] + }, + { + "name": "cairo", + "default-features": false, + "features": [ + "x11" + ], + "platform": "linux" + }, + "gdk-pixbuf", + { + "name": "gettext", + "host": true, + "default-features": false, + "features": [ + "tools" + ] + }, + "gettext-libintl", + "glib", + { + "name": "glib", + "host": true + }, + "graphene", + { + "name": "harfbuzz", + "features": [ + "glib" + ] + }, + "libepoxy", + "pango", + { + "name": "sassc", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "features": { + "introspection": { + "description": "Build with introspection", + "supports": "!static", + "dependencies": [ + { + "name": "atk", + "default-features": false, + "features": [ + "introspection" + ] + }, + { + "name": "gdk-pixbuf", + "default-features": false, + "features": [ + "introspection" + ] + }, + "gobject-introspection", + { + "name": "graphene", + "default-features": false, + "features": [ + "introspection" + ] + }, + { + "name": "pango", + "default-features": false, + "features": [ + "introspection" + ] + } + ] + } + } +} |