And unbreak traditional build.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Sat, 10 Jan 2009 06:39:36 +0000 (22:39 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 2 Feb 2009 07:30:22 +0000 (23:30 -0800)
s/drm-radeon/drm_radeon/

src/gallium/winsys/drm/amd/Makefile
src/gallium/winsys/drm/amd/amd_context.c

index a1b5602..0f23e34 100644 (file)
@@ -23,6 +23,6 @@ ASM_SOURCES =
 
 include ../Makefile.template
 
-DRI_LIB_DEPS += -ldrm-radeon
+DRI_LIB_DEPS += -ldrm_radeon
 
 symlinks:
index 5127cdf..632caec 100644 (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,