summaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-11 02:45:23 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-31 12:25:04 +0100
commite6f8db1e56ad4ec2e51963f424d11b72f2b195cb (patch)
tree4893cd9d9ee6512320abe47c5111bcc8f7a8cb42 /src/gallium/Automake.inc
parent55bc658e4be37b3298e86a5c7bd9f998d673dca4 (diff)
downloadexternal_mesa3d-e6f8db1e56ad4ec2e51963f424d11b72f2b195cb.zip
external_mesa3d-e6f8db1e56ad4ec2e51963f424d11b72f2b195cb.tar.gz
external_mesa3d-e6f8db1e56ad4ec2e51963f424d11b72f2b195cb.tar.bz2
targets/omx: introduce GALLIUM_OMX_LIB_DEPS
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index 1acc99e..39475d7 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -90,6 +90,12 @@ GALLIUM_XVMC_LIB_DEPS = \
$(XVMC_LIBS) \
$(LIBDRM_LIBS)
+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)
+
GALLIUM_WINSYS_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/gallium/include \