summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa@vm.morph
blob: 517b6ba4c49a170586a3ed284520569ded286241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: mesa@vm
kind: chunk
build-system: autotools
configure-commands:
- |
  ./autogen.sh --prefix="$PREFIX" \
      --enable-gles2 \
      --disable-glx \
      --with-egl-platforms=drm,wayland \
      --with-gallium-drivers="yes" \
      --with-dri-drivers="yes" \
      --enable-gallium-egl