From b124dc2b70a1ba546d1ce46578036d263a4287fe Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 15 Apr 2015 14:44:02 +0100 Subject: [PATCH] r300: do not link against libdrm_intel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Accidentally added since the introduction of the file. Cc: "10.4 10.5" Signed-off-by: Emil Velikov Reviewed-by: Marek Olšák --- src/gallium/drivers/r300/Automake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r300/Automake.inc b/src/gallium/drivers/r300/Automake.inc index 93349731a49..d4ddc401bb3 100644 --- a/src/gallium/drivers/r300/Automake.inc +++ b/src/gallium/drivers/r300/Automake.inc @@ -5,7 +5,7 @@ TARGET_CPPFLAGS += -DGALLIUM_R300 TARGET_LIB_DEPS += \ $(top_builddir)/src/gallium/drivers/r300/libr300.la \ $(RADEON_LIBS) \ - $(INTEL_LIBS) + $(LIBDRM_LIBS) TARGET_RADEON_WINSYS = \ $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la -- 2.30.2