diff options
author | Emil Velikov <[email protected]> | 2014-04-01 02:43:34 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-04-05 13:02:48 +0100 |
commit | fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5 (patch) | |
tree | e43c171e5b5ad7be81ac1bb88a7f40d696622053 /src/gallium/Automake.inc | |
parent | 6b410430508457e1a975210eecafea5e600408cf (diff) |
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 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 4 |
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 \ |