projects
/
profile
/
ivi
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6dc964
)
Add config.h macro HAVE_NOUVEAU
author
Marcin KoĆcielnicki
<koriakin@0x04.net>
Sat, 27 Feb 2010 15:04:37 +0000
(15:04 +0000)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Sun, 28 Feb 2010 00:25:22 +0000
(
00:25
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
ef7700f
..
40634c5
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-154,6
+154,9
@@
if test "x$VMWGFX" = xyes; then
fi
AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes])
+if test "x$NOUVEAU" = xyes; then
+ AC_DEFINE(HAVE_NOUVEAU, 1, [Have nouveau (nvidia) support])
+fi
AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes])