From 4f0537e645f9c34e305f2808c70eafbbc1c7689c Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Fri, 16 Nov 2012 18:50:57 +0100 Subject: [PATCH] makefiles: use configured name for -ldrm* where possible For precise lts support I had to do some magic with the library names, which works fine as long as the libraries from pkg-config are used. The parts with src/gallium/targets/va-*/Makefile will not apply on the master branch, but do apply to the 9.0 branch. NOTE: This is a candidate for the 9.0 branch. Signed-off-by: Maarten Lankhorst Acked-by: Matt Turner --- src/gallium/targets/dri-r600/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/dri-r600') diff --git a/src/gallium/targets/dri-r600/Makefile b/src/gallium/targets/dri-r600/Makefile index 740275099e3..2499ede706a 100644 --- a/src/gallium/targets/dri-r600/Makefile +++ b/src/gallium/targets/dri-r600/Makefile @@ -21,6 +21,6 @@ DRIVER_DEFINES = \ include ../Makefile.dri -GALLIUM_DRI_LIB_DEPS += -ldrm_radeon +GALLIUM_DRI_LIB_DEPS += $(RADEON_LIBS) symlinks: -- cgit v1.2.3