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/targets/r300 | |
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/targets/r300')
-rw-r--r-- | src/gallium/targets/r300/dri/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/r300/dri/Makefile.am b/src/gallium/targets/r300/dri/Makefile.am index a95b97c7f92..26505447dd1 100644 --- a/src/gallium/targets/r300/dri/Makefile.am +++ b/src/gallium/targets/r300/dri/Makefile.am @@ -43,8 +43,6 @@ r300_dri_la_LDFLAGS = \ r300_dri_la_LIBADD = \ $(top_builddir)/src/mesa/drivers/dri/common/libdricommon.la \ - $(top_builddir)/src/mesa/libmesagallium.la \ - $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/gallium/state_trackers/dri/drm/libdridrm.la \ $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \ $(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \ |