Mesa (master): st/egl: Build sw/fbdev winsys for fbdev backend.

Chia-I Wu olv at kemper.freedesktop.org
Thu Jun 17 06:14:09 UTC 2010


Module: Mesa
Branch: master
Commit: 8f3e48ee2c77db7aeaf5ffc904db6790dd5a3bf4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f3e48ee2c77db7aeaf5ffc904db6790dd5a3bf4

Author: Chia-I Wu <olv at lunarg.com>
Date:   Thu Jun 17 14:10:53 2010 +0800

st/egl: Build sw/fbdev winsys for fbdev backend.

Target egl_fbdev_swrast.so needs sw/fbdev/libfbdev.a.

---

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 57d2d92..7089a87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1324,6 +1324,9 @@ yes)
     for dpy in $egl_displays; do
         test -d "$srcdir/src/gallium/state_trackers/egl/$dpy" || \
             AC_MSG_ERROR([EGL display '$dpy' does't exist])
+        if test "$dpy" = "fbdev"; then
+                GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/fbdev"
+        fi
     done
     EGL_DISPLAYS="$egl_displays"
     ;;




More information about the mesa-commit mailing list