diff options
author | Emil Velikov <[email protected]> | 2014-04-01 02:58:33 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-04-05 13:02:54 +0100 |
commit | e4bd00c1c66ddd574499dcda38519686f9f0a27a (patch) | |
tree | 9251377d4e2d1960c35b31868bda44e740344e2e /src/gallium/Automake.inc | |
parent | fc91e7e4ae5b1172d00d0d75085db4da57d5b0b5 (diff) |
targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPS
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index dba3086a788..7b75a928843 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -93,6 +93,8 @@ GALLIUM_COMMON_LIB_DEPS = \ $(DLOPEN_LIBS) GALLIUM_DRI_LIB_DEPS = \ + $(top_builddir)/src/mesa/libmesagallium.la \ + $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(SELINUX_LIBS) \ $(LIBDRM_LIBS) \ $(EXPAT_LIBS) \ |