aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-04-15 14:44:02 +0100
committerEmil Velikov <[email protected]>2015-04-29 15:15:19 +0100
commitb124dc2b70a1ba546d1ce46578036d263a4287fe (patch)
tree374f5521196bcb23d7260559df16c29d6de32b06 /src/gallium/drivers
parent2d112ed96152bc62e5417472270f29966c8feece (diff)
r300: do not link against libdrm_intel
Accidentally added since the introduction of the file. Cc: "10.4 10.5" <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/r300/Automake.inc2
1 files changed, 1 insertions, 1 deletions
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