summaryrefslogtreecommitdiff
path: root/mesa-wayland.morph
blob: a6ce8cd13d222c123e0ef6ef9615ff2e6c5a54ad (plain)
1
2
3
4
5
6
7
8
{
    "name": "mesa-wayland",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=,i915,i965,swrast"
    ]
}