{ "name": "libva", "version": "2.23.0", "description": "Libva is an implementation for VA-API (Video Acceleration API)", "homepage": "https://github.com/intel/libva", "license": "MIT", "supports": "linux", "dependencies": [ { "name": "vcpkg-tool-meson", "host": true } ], "features": { "glx": { "description": "Build with GLX support", "supports": "linux", "dependencies": [ { "name": "libva", "features": [ "x11" ] } ] }, "wayland": { "description": "Build with Wayland support", "supports": "linux" }, "x11": { "description": "Build with X11 support", "supports": "linux" } } }