{ "name": "gtk3", "version": "3.24.52", "port-version": 1, "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 | freebsd | openbsd" }, { "name": "gdk-pixbuf", "host": true }, "gdk-pixbuf", { "name": "gettext", "host": true, "default-features": false, "features": [ "tools" ] }, "gettext-libintl", "glib", { "name": "glib", "host": true }, "libepoxy", { "name": "libxi", "platform": "!windows & !osx" }, { "name": "libxrandr", "platform": "!windows & !osx" }, "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" ] } ] }, "wayland": { "description": "Build with Wayland support", "supports": "linux | freebsd | openbsd", "dependencies": [ "wayland", "wayland-protocols" ] } } }