summaryrefslogtreecommitdiff
path: root/mesa-wayland.morph
blob: 0657b8188b769dcdb5e7de9417b74525f98514f5 (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 --enable-gallium-egl --with-egl-platforms=wayland,drm --enable-gbm --enable-dri --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=swrast --with-state-trackers=egl"
    ]
}