diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-24 23:44:47 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-24 23:44:47 -0500 |
commit | 492513bf047f7660ef9fd32fda7ebc28704079be (patch) | |
tree | c58987215e0ccc2babb7965498ec18c9f1217e78 | |
parent | b9140a510efa49b36973d02f1e110d33d22e653d (diff) |
Build fix: set EXA_DRIVER_KNOWN_MAJOR=3
EXA in server HEAD requires this now. Since this driver doesn't
use {Prepare,Finish}Access or UploadToScratch, the change is safe.
Signed-off-by: Chris Ball <cjb@laptop.org>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c87b553..795dd4b 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,9 @@ CFLAGS="$XORG_CFLAGS" # RandR 1.2 AC_CHECK_HEADER(xf86Modes.h,[BUILD_XMODES=no],[BUILD_XMODES=yes],[#include "xorg-server.h"]) +# Required by exa.h +AC_DEFINE(EXA_DRIVER_KNOWN_MAJOR, 3, [Major version of EXA we can handle]) + # PCI rework AC_CHECK_DECL(XSERVER_LIBPCIACCESS, [XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no], |