summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-08 09:36:54 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-08 09:36:54 +0000
commit53021af305eae6d1b6b8ebcef299f5fe236aa541 (patch)
treeaa4fd56969393e103f8bfe8e962a4e812c8e4d59
parent4cb8b946d9b404da4f72cdb70d07c2283df3922e (diff)
downloadmesa-baserock/genivi/wayland.tar.gz
Add mesa morph for waylandbaserock/genivi/wayland
-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..c5ee17591e9
--- /dev/null
+++ b/mesa.morph
@@ -0,0 +1,8 @@
+{
+ "name": "mesa",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,x11,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=intel,i915,i965,swrast"
+ ]
+}