mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-30 22:38:11 +02:00
r300: do not link against libdrm_intel
Accidentally added since the introduction of the file.
Cc: "10.4 10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
(cherry picked from commit b124dc2b70)
This commit is contained in:
parent
dfe88d4f52
commit
0b06729591
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue