And unbreak traditional build.

s/drm-radeon/drm_radeon/
This commit is contained in:
Corbin Simpson
2009-01-09 22:39:36 -08:00
parent 4aaaecbfa6
commit 0c59004fe3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ ASM_SOURCES =
include ../Makefile.template
DRI_LIB_DEPS += -ldrm-radeon
DRI_LIB_DEPS += -ldrm_radeon
symlinks:
+1
View File
@@ -243,6 +243,7 @@ GLboolean amd_context_create(const __GLcontextModes *visual,
}
if (GL_TRUE) {
/* XXX second arg should be PCI ID, but damned if I know why */
amd_context->pipe_screen = r300_create_screen(amd_context->pipe_winsys,
0x0);
pipe = r300_create_context(amd_context->pipe_screen,