diff options
Diffstat (limited to 'vcpkg/ports/at-spi2-core/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/at-spi2-core/vcpkg.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/at-spi2-core/vcpkg.json b/vcpkg/ports/at-spi2-core/vcpkg.json new file mode 100644 index 0000000..bd862d5 --- /dev/null +++ b/vcpkg/ports/at-spi2-core/vcpkg.json @@ -0,0 +1,27 @@ +{ + "name": "at-spi2-core", + "version": "2.44.1", + "port-version": 4, + "description": "Base DBus XML interfaces for accessibility, the accessibility registry daemon, and atspi library.", + "homepage": "https://www.gtk.org/", + "license": null, + "supports": "linux", + "dependencies": [ + { + "name": "dbus", + "platform": "linux" + }, + "glib", + { + "name": "glib", + "host": true + }, + "libx11", + "libxi", + "libxtst", + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |