projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6df7ae
)
svga: Fix typo in configure script
author
Xavier Chantry
<chantry.xavier@gmail.com>
Fri, 26 Mar 2010 10:02:03 +0000
(11:02 +0100)
committer
Jakob Bornecrantz
<wallbraker@gmail.com>
Fri, 26 Mar 2010 12:28:29 +0000
(13:28 +0100)
Introduced in
a82e37b9e9e34175b7542d0c9b4e462833eab202
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index caa2cf65766a64cf1c3a8dd67059076cfb2187df..f2e87f4d4c2c102f6fe2263ccf8d5fc706a71feb 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1344,7
+1344,7
@@
AC_ARG_ENABLE([gallium-svga],
[enable_gallium_svga="$enableval"],
[enable_gallium_svga=auto])
if test "x$enable_gallium_svga" = xyes; then
- GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga
/drm
"
+ GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga"
gallium_check_st "svga/drm" "dri-vmwgfx" "egl-vmwgfx" "xorg-vmwgfx"
elif test "x$enable_gallium_svga" = xauto; then
GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga"