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

Target egl_fbdev_swrast.so needs sw/fbdev/libfbdev.a.
This commit is contained in:
Chia-I Wu 2010-06-17 14:10:53 +08:00
parent c3c2023323
commit 8f3e48ee2c

View File

@ -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"
;;