mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01: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>
This commit is contained in:
parent
2d112ed961
commit
b124dc2b70
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