summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-07-26 08:07:37 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-07-26 08:07:37 +0000
commitadef005c2f96395d396834f2173125f0c06d40cb (patch)
tree53010f91077928272b71d6e9e8ba525e52fa644c
parent09e871b1b4a67cfe818613bc012d72965b449f1c (diff)
downloadxorg-driver-xf86-video-intel-adef005c2f96395d396834f2173125f0c06d40cb.tar.gz
Bug #3850: <https://bugs.freedesktop.org/show_bug.cgi?id=3850>
Fix non-DRI builds.
-rw-r--r--src/i810_driver.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c
index 2bd360bb..70a05ec3 100644
--- a/src/i810_driver.c
+++ b/src/i810_driver.c
@@ -272,6 +272,11 @@ const char *I810ramdacSymbols[] = {
NULL
};
+const char *I810shadowFBSymbols[] = {
+ "ShadowFBInit",
+ NULL
+};
+
#ifdef XF86DRI
const char *I810drmSymbols[] = {
"drmAddBufs",
@@ -313,13 +318,6 @@ const char *I810driSymbols[] = {
NULL
};
-#ifdef XF86DRI
-
-const char *I810shadowFBSymbols[] = {
- "ShadowFBInit",
- NULL
-};
-
const char *I810shadowSymbols[] = {
"shadowInit",
"shadowSetup",
@@ -327,9 +325,7 @@ const char *I810shadowSymbols[] = {
NULL
};
-#endif
-
-#endif /* I830_ONLY */
+#endif
#ifndef I810_DEBUG
int I810_DEBUG = (0