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