summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-06-13 15:59:45 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-06-13 15:59:45 +0000
commiteaa63ed889338ad92b81611c98619bbaa19ae21f (patch)
tree4176c25bfe328ee1a99d6d2bc3a7bd9734917a7f
parent3e71258023dff682684fbe47c10ae2447981849b (diff)
downloadmesa-baserock/james/mesa.tar.gz
-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"
+ ]
+}