blob: f39c4241b456cc8672276c0573a7685efda12c7a (
plain)
1
2
3
4
5
6
7
|
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
|