summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Burmeister <joe.burmeister@codethink.co.uk>2013-09-26 16:16:57 +0100
committerJoe Burmeister <joe.burmeister@codethink.co.uk>2013-09-26 16:16:57 +0100
commitd94e6d285b0b8d701d0c42239ac3b52b43178c4a (patch)
tree7209c747854f92e43bfee478b27115bbed0dc869
parentef86f6d0cab2504fe19ec33ee2d6e0eed5b56248 (diff)
downloadmesa-baserock/genivi/wayland_9.2_test.tar.gz
Add fbdev EGL platform.baserock/genivi/wayland_9.2_test
-rw-r--r--mesa-wayland.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-wayland.morph b/mesa-wayland.morph
index 546f8dbda80..0d5fde7a12d 100644
--- a/mesa-wayland.morph
+++ b/mesa-wayland.morph
@@ -3,6 +3,6 @@
"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=swrast"
+ "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,x11,drm,fbdev --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=swrast"
]
}