summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa@vm.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/mesa-common/mesa@vm.morph')
-rw-r--r--strata/mesa-common/mesa@vm.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/strata/mesa-common/mesa@vm.morph b/strata/mesa-common/mesa@vm.morph
new file mode 100644
index 00000000..517b6ba4
--- /dev/null
+++ b/strata/mesa-common/mesa@vm.morph
@@ -0,0 +1,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