aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl2/vcpkg.json
blob: ea55a041232466258fbeb6d728e0ba89a60e1a37 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "name": "sdl2",
  "version": "2.32.10",
  "description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
  "homepage": "https://www.libsdl.org/download-2.0.php",
  "license": "Zlib",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "dbus",
      "platform": "linux"
    },
    {
      "name": "ibus",
      "platform": "linux"
    },
    {
      "name": "wayland",
      "platform": "linux"
    },
    {
      "name": "x11",
      "platform": "linux"
    }
  ],
  "features": {
    "alsa": {
      "description": "Support for alsa audio",
      "dependencies": [
        "alsa"
      ]
    },
    "dbus": {
      "description": "Build with D-Bus support",
      "dependencies": [
        {
          "name": "dbus",
          "default-features": false,
          "platform": "linux"
        }
      ]
    },
    "ibus": {
      "description": "Build with ibus IME support",
      "supports": "linux"
    },
    "samplerate": {
      "description": "Use libsamplerate for audio rate conversion",
      "dependencies": [
        "libsamplerate"
      ]
    },
    "vulkan": {
      "description": "Vulkan functionality for SDL"
    },
    "wayland": {
      "description": "Build with Wayland support",
      "supports": "linux"
    },
    "x11": {
      "description": "Build with X11 support",
      "supports": "!windows"
    }
  }
}