aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
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 b4fdfe85588..dba3086a788 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 \