diff options
Diffstat (limited to 'vcpkg/ports/at-spi2-atk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/at-spi2-atk/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/at-spi2-atk/vcpkg.json b/vcpkg/ports/at-spi2-atk/vcpkg.json new file mode 100644 index 0000000..232abaf --- /dev/null +++ b/vcpkg/ports/at-spi2-atk/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "at-spi2-atk", + "version": "2.38.0", + "port-version": 1, + "description": "Implementation of the ATK interfaces in terms of the libatspi2 API.", + "homepage": "https://www.gtk.org/", + "license": null, + "supports": "linux", + "dependencies": [ + "at-spi2-core", + "atk", + { + "name": "dbus", + "platform": "linux" + }, + "libxml2", + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |