summaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-04-01 02:43:34 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-04-05 13:02:48 +0100
commitfc91e7e4ae5b1172d00d0d75085db4da57d5b0b5 (patch)
treee43c171e5b5ad7be81ac1bb88a7f40d696622053 /src/gallium/Automake.inc
parent6b410430508457e1a975210eecafea5e600408cf (diff)
downloadexternal_mesa3d-fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5.zip
external_mesa3d-fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5.tar.gz
external_mesa3d-fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5.tar.bz2
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>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index b4fdfe8..dba3086 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -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 \