summaryrefslogtreecommitdiff
path: root/mesa-wayland.morph
diff options
context:
space:
mode:
Diffstat (limited to 'mesa-wayland.morph')
-rw-r--r--mesa-wayland.morph8
1 files changed, 8 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"
+ ]
+}