diff options
Diffstat (limited to 'vcpkg/ports/libcamera/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libcamera/vcpkg.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/vcpkg/ports/libcamera/vcpkg.json b/vcpkg/ports/libcamera/vcpkg.json new file mode 100644 index 0000000..44d1b13 --- /dev/null +++ b/vcpkg/ports/libcamera/vcpkg.json @@ -0,0 +1,41 @@ +{ + "name": "libcamera", + "version": "0.5.0", + "port-version": 1, + "description": "A complex camera support library for Linux, Android, and ChromeOS", + "homepage": "https://git.libcamera.org/libcamera/libcamera.git/", + "license": "LGPL-2.1-or-later", + "supports": "linux", + "dependencies": [ + "elfutils", + "glib", + "gstreamer", + "libgnutls", + "libunwind", + "libyaml", + "libyuv", + { + "name": "openssl", + "host": true, + "features": [ + "tools" + ] + }, + { + "name": "vcpkg-get-python-packages", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "features": { + "tracing": { + "description": "Enable tracing", + "dependencies": [ + "liblttng-ust" + ] + } + } +} |