mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
targets/xvmc: use GALLIUM_COMMON_LIB_DEPS
The targets do not require expat or selinux. Use GALLIUM_COMMON_LIB_DEPS which provides the core requirements for each gallium target. Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
432b5776f2
commit
6b41043050
3 changed files with 2 additions and 3 deletions
|
|
@ -109,7 +109,8 @@ GALLIUM_XVMC_LIB_DEPS = \
|
|||
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
|
||||
$(top_builddir)/src/gallium/state_trackers/xvmc/libxvmctracker.la \
|
||||
$(XVMC_LIBS) \
|
||||
$(LIBDRM_LIBS)
|
||||
$(LIBDRM_LIBS) \
|
||||
$(GALLIUM_COMMON_LIB_DEPS)
|
||||
|
||||
GALLIUM_OMX_LIB_DEPS = \
|
||||
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
|
||||
|
|
|
|||
|
|
@ -40,5 +40,4 @@ libXvMCr600_la_LIBADD = \
|
|||
$(top_builddir)/src/gallium/drivers/r600/libr600.la \
|
||||
$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
|
||||
$(GALLIUM_XVMC_LIB_DEPS) \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(RADEON_LIBS)
|
||||
|
|
|
|||
|
|
@ -40,5 +40,4 @@ libXvMCnouveau_la_LIBADD = \
|
|||
$(top_builddir)/src/gallium/winsys/nouveau/drm/libnouveaudrm.la \
|
||||
$(top_builddir)/src/gallium/drivers/nouveau/libnouveau.la \
|
||||
$(GALLIUM_XVMC_LIB_DEPS) \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(NOUVEAU_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue