projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3c2023
)
st/egl: Build sw/fbdev winsys for fbdev backend.
author
Chia-I Wu
<olv@lunarg.com>
Thu, 17 Jun 2010 06:10:53 +0000
(14:10 +0800)
committer
Chia-I Wu
<olv@lunarg.com>
Thu, 17 Jun 2010 06:13:30 +0000
(14:13 +0800)
Target egl_fbdev_swrast.so needs sw/fbdev/libfbdev.a.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 57d2d92c88196ce4d187ea1606762c358b203c4a..7089a87075fafe32b6f3d2e4ea459253b1a559ea 100644
(file)
--- 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"
;;