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 7b5fe955776a18764bf63e74f1cc2f400a0d2a8d..c9f907ec5bae25e5e874041f4a0ffed568f262a2 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 20ee195fe7b6d720e7e2affe46db6856f06e39c9..1b690feeeeed84b0a64929caa9f4ad01fd1bfdbe 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 16bc063bafde05d3ade24aca81e99391985d19bd..9eb078ed8d10c3f8cbdb39d6800e0f74bfc3d48f 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 =