OSDN Git Service

radeon: remove depends on libdrm_radeon for now.
authorDave Airlie <airlied@redhat.com>
Thu, 12 Feb 2009 13:53:41 +0000 (23:53 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 12 Feb 2009 13:53:41 +0000 (23:53 +1000)
will fixup makefiles later to detect and use libdrm_Radeon in proper
places

src/mesa/drivers/dri/r200/Makefile
src/mesa/drivers/dri/r300/Makefile
src/mesa/drivers/dri/radeon/Makefile

index 7b5fe95..c9f907e 100644 (file)
@@ -79,7 +79,7 @@ COMMON_SYMLINKS = \
        radeon_dma.c \
        radeon_dma.h
 
-DRI_LIB_DEPS += -ldrm_radeon
+DRI_LIB_DEPS += #-ldrm_radeon
 
 ##### TARGETS #####
 
index 20ee195..1b690fe 100644 (file)
@@ -94,7 +94,7 @@ COMMON_SYMLINKS = \
        radeon_texture.c \
        radeon_texture.h
 
-DRI_LIB_DEPS += -ldrm_radeon
+DRI_LIB_DEPS += #-ldrm_radeon
 
 ##### TARGETS #####
 
index 16bc063..9eb078e 100644 (file)
@@ -38,7 +38,7 @@ C_SOURCES = \
 
 DRIVER_DEFINES = -DRADEON_COMMON=0
 
-DRI_LIB_DEPS += -ldrm_radeon
+DRI_LIB_DEPS += #-ldrm_radeon
 
 X86_SOURCES =