zeek/auxil/vcpkg/ports/aravis/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

44 lines
864 B
JSON

{
"name": "aravis",
"version": "0.8.34",
"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",
"dependencies": [
"gobject-introspection"
]
},
"packet-socket": {
"description": "Enable packet socket support"
},
"usb": {
"description": "Enable USB support",
"dependencies": [
"libusb"
]
}
}
}