diff options
Diffstat (limited to 'vcpkg/ports/atkmm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/atkmm/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/atkmm/vcpkg.json b/vcpkg/ports/atkmm/vcpkg.json new file mode 100644 index 0000000..d900466 --- /dev/null +++ b/vcpkg/ports/atkmm/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "atkmm", + "version": "2.36.3", + "description": "atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.", + "homepage": "https://www.gtkmm.org", + "license": "LGPL-2.1-or-later", + "supports": "!xbox", + "dependencies": [ + "atk", + "gettext", + "glib", + "glibmm", + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |