summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
Diffstat (limited to 'strata')
-rw-r--r--strata/mesa-common-vm.morph12
-rw-r--r--strata/mesa-common/mesa@vm.morph12
2 files changed, 24 insertions, 0 deletions
diff --git a/strata/mesa-common-vm.morph b/strata/mesa-common-vm.morph
new file mode 100644
index 00000000..47394dea
--- /dev/null
+++ b/strata/mesa-common-vm.morph
@@ -0,0 +1,12 @@
+name: mesa-common-vm
+kind: stratum
+build-depends:
+- morph: strata/llvm-common.morph
+- morph: strata/libdrm-common.morph
+- morph: strata/wayland-generic.morph
+chunks:
+- name: mesa@vm
+ morph: strata/mesa-common/mesa@vm.morph
+ repo: upstream:mesa
+ ref: f7d157a4f011fd5ace94f55c8674be4b12d86f95
+ unpetrify-ref: baserock/mesa-10.3.7-2-gf7d157a/fstat_fix
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