mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
targets/xvmc: do not link against libtrace.la
In order to use the trace driver, one needs to define GALLIUM_TRACE. Neither one of the two targets was defining it, thus we're safe to remove libtrace.la. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
dfcdece7c5
commit
38e0b7eeaa
2 changed files with 0 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ libXvMCr600_la_LDFLAGS = \
|
|||
libXvMCr600_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_XVMC_LIB_DEPS) \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(RADEON_LIBS)
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ libXvMCnouveau_la_LDFLAGS = \
|
|||
libXvMCnouveau_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_XVMC_LIB_DEPS) \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(NOUVEAU_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue