diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 15:22:41 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 15:22:41 +1000 |
commit | 47b68f542c836a76f4adb0d7951b7f0b6aaeabd1 (patch) | |
tree | 4456200407a916b85fb4805146fa6a75222b171e | |
parent | d9e34c59faf63162f18dc87f599e36de024f557c (diff) |
rendition: change to using ABI version check
-rw-r--r-- | src/rendition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rendition.h b/src/rendition.h index 84809fa..ba0a22e 100644 --- a/src/rendition.h +++ b/src/rendition.h @@ -37,7 +37,7 @@ /* All drivers using the mi colormap manipulation need this */ #include "micmap.h" -#ifndef XSERVER_LIBPCIACCESS +#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 /* Needed by Resources Access Control (RAC) */ #include "xf86RAC.h" |