summaryrefslogtreecommitdiff
path: root/mesa-wayland.morph
blob: e4f46d37e8faaaf48c6693008eddb24ee7fd6248 (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 $(./morph-arch-config)"
    ]
}