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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user