vcpkg/ports/libcaer/vcpkg.json
Kai Pastor 45b0e4b585
[vcpkg baseline][libcaer] Fix and update (#30736)
* [libcaer] Explicitly pass pkgconf

* [libcaer] Update license

* [libcaer] Update to 3.3.15

* [libcaer] opencv is opt-in

* [libcaer] MSVC arm is unsupported

* Update versions/l-/libcaer.json

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

---------

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-04-10 09:20:54 -07:00

35 lines
764 B
JSON

{
"name": "libcaer",
"version": "3.3.15",
"description": "Minimal C library to access, configure and get data from neuromorphic sensors and processors.",
"homepage": "https://gitlab.com/inivation/dv/libcaer",
"license": "BSD-2-Clause AND Apache-2.0",
"supports": "!(arm & windows & !mingw)",
"dependencies": [
"libusb",
{
"name": "pkgconf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"opencv": {
"description": "Enable support for frame enhancements using OpenCV",
"dependencies": [
{
"name": "opencv4",
"default-features": false
}
]
}
}
}