summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-26 10:33:23 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-05-26 10:33:23 -0400
commitced2f1b94c2bac8344f44e9474b1e363f65f4d3f (patch)
tree2e296e83f1d1bcab56edca4c33ff3e38f4d1e855 /src/mesa/drivers/dri/radeon/radeon_common_context.h
parentb52cdb81e2a0f7109e754daa4a02aced22aa995f (diff)
fix build when HAVE_LIBDRM_RADEON is defined
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index 233a150d42..07e60a28a4 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -560,8 +560,10 @@ extern int RADEON_DEBUG;
#define RADEON_DEBUG 0
#endif
+#ifndef HAVE_LIBDRM_RADEON
#ifndef RADEON_DEBUG_BO
#define RADEON_DEBUG_BO 1
#endif
+#endif
#endif