From eaa63ed889338ad92b81611c98619bbaa19ae21f Mon Sep 17 00:00:00 2001 From: James Thomas Date: Fri, 13 Jun 2014 15:59:45 +0000 Subject: Add morph --- mesa.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mesa.morph 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" + ] +} -- cgit v1.2.1