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