diff options
Diffstat (limited to 'vcpkg/ports/gtk3/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gtk3/vcpkg.json | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/vcpkg/ports/gtk3/vcpkg.json b/vcpkg/ports/gtk3/vcpkg.json new file mode 100644 index 0000000..c931b6b --- /dev/null +++ b/vcpkg/ports/gtk3/vcpkg.json @@ -0,0 +1,88 @@ +{ + "name": "gtk3", + "version": "3.24.43", + "port-version": 2, + "description": "Portable library for creating graphical user interfaces.", + "homepage": "https://www.gtk.org/", + "license": null, + "supports": "!android", + "dependencies": [ + { + "name": "at-spi2-atk", + "platform": "linux" + }, + "atk", + { + "name": "cairo", + "default-features": false, + "features": [ + "gobject" + ] + }, + { + "name": "cairo", + "default-features": false, + "features": [ + "x11" + ], + "platform": "linux" + }, + "gdk-pixbuf", + { + "name": "gdk-pixbuf", + "host": true + }, + { + "name": "gettext", + "host": true, + "default-features": false, + "features": [ + "tools" + ] + }, + "gettext-libintl", + "glib", + { + "name": "glib", + "host": true + }, + "libepoxy", + "libxi", + "libxrandr", + "pango", + { + "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": "pango", + "default-features": false, + "features": [ + "introspection" + ] + } + ] + } + } +} |