mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
targets/omx: 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
6b41043050
commit
fc91e7e4ae
1 changed files with 2 additions and 2 deletions
|
|
@ -115,8 +115,8 @@ GALLIUM_XVMC_LIB_DEPS = \
|
|||
GALLIUM_OMX_LIB_DEPS = \
|
||||
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
|
||||
$(top_builddir)/src/gallium/state_trackers/omx/libomxtracker.la \
|
||||
$(GALLIUM_DRI_LIB_DEPS) \
|
||||
$(OMX_LIBS)
|
||||
$(OMX_LIBS) \
|
||||
$(GALLIUM_COMMON_LIB_DEPS)
|
||||
|
||||
GALLIUM_WINSYS_CFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue