mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
targets/vdpau: drop unused libraries from linker
In order for one to use trace, noop, rbug and/or galahad, they must set the corresponding GALLIUM_* CFLAG. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
3f920a91f3
commit
096b988360
3 changed files with 0 additions and 5 deletions
|
|
@ -40,7 +40,6 @@ libvdpau_r600_la_LDFLAGS = \
|
|||
libvdpau_r600_la_LIBADD = \
|
||||
$(top_builddir)/src/gallium/drivers/r600/libr600.la \
|
||||
$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
|
||||
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
|
||||
$(GALLIUM_VDPAU_LIB_DEPS) \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(RADEON_LIBS)
|
||||
|
|
|
|||
|
|
@ -41,9 +41,6 @@ libvdpau_radeonsi_la_LDFLAGS = \
|
|||
libvdpau_radeonsi_la_LIBADD = \
|
||||
$(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
|
||||
$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
|
||||
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
|
||||
$(top_builddir)/src/gallium/drivers/rbug/librbug.la \
|
||||
$(top_builddir)/src/gallium/drivers/noop/libnoop.la \
|
||||
$(GALLIUM_VDPAU_LIB_DEPS) \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(RADEON_LIBS)
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ libvdpau_nouveau_la_LDFLAGS = \
|
|||
libvdpau_nouveau_la_LIBADD = \
|
||||
$(top_builddir)/src/gallium/winsys/nouveau/drm/libnouveaudrm.la \
|
||||
$(top_builddir)/src/gallium/drivers/nouveau/libnouveau.la \
|
||||
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
|
||||
$(GALLIUM_VDPAU_LIB_DEPS) \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(NOUVEAU_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue