summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-22 09:19:06 +0000
committerJavier Jardón <jjardon@gnome.org>2014-07-24 13:21:00 +0100
commit1b0ac2773d21fb8f867575a443cbf7fbc3c0d1cd (patch)
tree26385b6bf2235ea26d38798198a45e40e060197f
parent0da7d59ac2be316588dbe1a5d013efc6b60be09d (diff)
downloadmesa-1b0ac2773d21fb8f867575a443cbf7fbc3c0d1cd.tar.gz
Added mesa-x and mesa-wayland morphs
-rw-r--r--mesa-wayland.morph8
-rw-r--r--mesa-x.morph8
2 files changed, 16 insertions, 0 deletions
diff --git a/mesa-wayland.morph b/mesa-wayland.morph
new file mode 100644
index 00000000000..545e4b11298
--- /dev/null
+++ b/mesa-wayland.morph
@@ -0,0 +1,8 @@
+{
+ "name": "mesa-wayland",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=intel,i915,i965,swrast"
+ ]
+}
diff --git a/mesa-x.morph b/mesa-x.morph
new file mode 100644
index 00000000000..7dc57638401
--- /dev/null
+++ b/mesa-x.morph
@@ -0,0 +1,8 @@
+{
+ "name": "mesa-x",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=x11,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=intel,i915,i965,swrast"
+ ]
+}