aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcamera/vcpkg.json
blob: 44d1b131280f85355c171af896c1415dfcb1dbac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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"
      ]
    }
  }
}