summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-07-28 15:22:40 +1000
committerDave Airlie <airlied@redhat.com>2009-07-28 15:22:40 +1000
commitd67bba116851bb4682df9fcbac12b0cda10aa28b (patch)
treeb7fc82e793e539737aaf4619404d5716b1fc4337
parenta7c9dd7039005cc656108d00c95fc7eb75b74642 (diff)
glint: change to using ABI version check
-rw-r--r--src/glint_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glint_driver.c b/src/glint_driver.c
index 78caa87..ba51fee 100644
--- a/src/glint_driver.c
+++ b/src/glint_driver.c
@@ -42,7 +42,7 @@
#include "xf86cmap.h"
#include "shadowfb.h"
#include "fbdevhw.h"
-#ifndef XSERVER_LIBPCIACCESS
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86RAC.h"
#include "xf86Resources.h"
#endif