projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1c2b8
)
configure.ac: Fixing common dri dependency when using dri state tracker
author
Alexandre Demers
<alexandre.f.demers@gmail.com>
Sat, 12 Jan 2013 06:21:44 +0000
(
01:21
-0500)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Sat, 12 Jan 2013 23:13:16 +0000
(
00:13
+0100)
Fixes a regression caused by
b587a7595e7aae0809a8e7392e89c39df0c955b1
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59261
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 72df83c0cd640d21df506a969e991627d08725b7..bde5b057818c73d28d34e9f23bc002e98eb1cb5b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1079,8
+1079,8
@@
if test "x$enable_dri" = xyes; then
LIBS="$save_LIBS"
fi
- # if we are building any dri driver other than swrast ...
- if test -n "$DRI_DIRS" -a x"$DRI_DIRS" != xswrast; then
+ # if we are building any dri driver other than swrast
or using the dri state tracker
...
+ if test -n "$DRI_DIRS" -a x"$DRI_DIRS" != xswrast
|| test "x$enable_dri" = xyes
; then
# ... libdrm is required
if test "x$have_libdrm" != xyes; then
AC_MSG_ERROR([DRI drivers requires libdrm >= $LIBDRM_REQUIRED])