{
    "name": "libvpl",
    "buildsystem": "cmake-ninja",
    "builddir": true,
    "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DBUILD_DEV=ON",
        "-DBUILD_PREVIEW=OFF",
        "-DBUILD_TOOLS=OFF",
        "-DBUILD_TOOLS_ONEVPL_EXPERIMENTAL=OFF",
        "-DINSTALL_EXAMPLE_CODE=OFF",
        "-DBUILD_EXAMPLES=OFF",
        "-DBUILD_DISPATCHER_ONEVPL_EXPERIMENTAL=OFF",
        "-DBUILD_SHARED_LIBS=ON"
    ],
    "cleanup": [
        "/include",
        "/lib/pkgconfig"
    ],
    "sources": [
        {
            "type": "git",
            "url": "https://github.com/intel/libvpl.git",
            "commit": "79ef61b11790c70941cfa4d167b5d20d3a4e9744",
            "tag": "v2.10.1"
        }
    ]
}
