From 9451f889b0dff37ccb801fb2f24907b2eed84746 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Mon, 27 Apr 2015 14:57:49 +0000 Subject: Add mesa-common-vm and use this for x86_64 systems We're locked at the last version of mesa that allows egl_gallium as we need to be able to use this in a VM, so add a separate run-time mesa for this. At build-time we can use the upgraded mesa Change-Id: I687fa98e12d99816efce2b61561cc8a07aa146f5 --- strata/mesa-common/mesa@vm.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 strata/mesa-common/mesa@vm.morph (limited to 'strata/mesa-common/mesa@vm.morph') 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 -- cgit v1.2.1