From: Dave Airlie Date: Mon, 22 Dec 2008 02:28:16 +0000 (+1000) Subject: radeon: fix library name for consistency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9b325f77e9011918ad1bb59db7c58c44582fda0;p=mesa.git radeon: fix library name for consistency --- diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile index cbb09e6ce59..3d7122fce2d 100644 --- a/src/mesa/drivers/dri/r300/Makefile +++ b/src/mesa/drivers/dri/r300/Makefile @@ -79,7 +79,7 @@ COMMON_SYMLINKS = \ radeon_bo_legacy.h \ radeon_cs_legacy.h -DRI_LIB_DEPS += -ldrm-radeon +DRI_LIB_DEPS += -ldrm_radeon ##### TARGETS #####