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-i915/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/dri-i915') diff --git a/src/gallium/targets/dri-i915/Makefile b/src/gallium/targets/dri-i915/Makefile index ddebff2..a835ee7 100644 --- a/src/gallium/targets/dri-i915/Makefile +++ b/src/gallium/targets/dri-i915/Makefile @@ -28,6 +28,6 @@ endif include ../Makefile.dri -GALLIUM_DRI_LIB_DEPS += -ldrm_intel +GALLIUM_DRI_LIB_DEPS += $(INTEL_LIBS) symlinks: -- cgit v1.1