summaryrefslogtreecommitdiff
path: root/mesa.morph
diff options
context:
space:
mode:
Diffstat (limited to 'mesa.morph')
-rw-r--r--mesa.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/mesa.morph b/mesa.morph
new file mode 100644
index 00000000000..33a055b8393
--- /dev/null
+++ b/mesa.morph
@@ -0,0 +1,8 @@
+{
+ "name": "mesa",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./autogen.sh --prefix=/usr --enable-gles2 --enable-gallium-egl --with-egl-platforms=wayland,drm --enable-gbm --enable-dri --enable-shared-glapi --with-drm-drivers=nouveau --with-gallium-drivers=nouveau,swrast --with-dri-drivers=nouveau,swrast --with-state-trackers=egl --disable-dri3"
+ ]
+}