diff options
Diffstat (limited to 'vcpkg/ports/aravis/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/aravis/vcpkg.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vcpkg/ports/aravis/vcpkg.json b/vcpkg/ports/aravis/vcpkg.json new file mode 100644 index 0000000..4c8bdba --- /dev/null +++ b/vcpkg/ports/aravis/vcpkg.json @@ -0,0 +1,45 @@ +{ + "name": "aravis", + "version": "0.8.34", + "port-version": 1, + "description": " A vision library for genicam based cameras.", + "homepage": "https://github.com/AravisProject/aravis", + "license": "LGPL-2.0-or-later", + "dependencies": [ + "glib", + { + "name": "glib", + "host": true + }, + "libxml2", + { + "name": "vcpkg-tool-meson", + "host": true + }, + "zlib" + ], + "default-features": [ + "usb" + ], + "features": { + "fast-heartbeat": { + "description": "Enable faster heartbeat rate" + }, + "introspection": { + "description": "Build introspection data", + "supports": "!static", + "dependencies": [ + "gobject-introspection" + ] + }, + "packet-socket": { + "description": "Enable packet socket support" + }, + "usb": { + "description": "Enable USB support", + "dependencies": [ + "libusb" + ] + } + } +} |