summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2009-02-24 11:54:06 -0500
committerChris Ball <cjb@laptop.org>2009-02-24 11:54:06 -0500
commit26f9e78d9b4f93f34792a31583cb5e8700c5ed52 (patch)
tree307e5db41545fe77c1e1712b559bd3dd5677a8c8
parentf4a3a1cd1bfbf6df583c913030ca2e9ce239d0c3 (diff)
Build fix: EXA now requires -DEXA_DRIVER_KNOWN_MAJOR=3
This driver doesn't use {Prepare,Finish}Access, so this is safe. Signed-off-by: Chris Ball <cjb@laptop.org>
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 80c91bc..5c28725 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,6 +111,9 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then
fi
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
+# Required by exa.h
+XORG_CFLAGS="$XORG_CFLAGS -DEXA_DRIVER_KNOWN_MAJOR=3"
+
AC_SUBST([DRI_CFLAGS])
AC_SUBST([XORG_CFLAGS])
AC_SUBST([moduledir])