summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-22 09:19:06 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-02 09:22:00 +0000
commit016ceda2f02a9fc12819d15dc3ee3a38c324d102 (patch)
treed6faa4b222007ce3f89245e0ab58fcfa7c28843b
parent2cfd35186e02849b454a4fa291325ce2f7cc7217 (diff)
downloadmesa-016ceda2f02a9fc12819d15dc3ee3a38c324d102.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"
+ ]
+}