{
  "name": "wayland",
  "version": "1.24.0",
  "description": "Core Wayland window system code and protocol",
  "homepage": "https://wayland.freedesktop.org",
  "license": "MIT",
  "supports": "!(windows | osx)",
  "features": {
    "force-build": {
      "description": [
        "Build wayland libraries instead of depending on system ones.",
        "Requires triplet variable X_VCPKG_FORCE_VCPKG_WAYLAND_LIBRARIES to be set."
      ],
      "dependencies": [
        "expat",
        "libffi",
        {
          "name": "vcpkg-tool-meson",
          "host": true
        },
        {
          "name": "wayland",
          "host": true,
          "features": [
            "force-build"
          ]
        }
      ]
    }
  }
}
