aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/drivers
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-01-30 08:57:33 +0100
committermarha <marha@users.sourceforge.net>2012-01-30 08:57:33 +0100
commitf774f1e0c95bae5beed78051aaae4fe35b44bf0a (patch)
tree9ac7a63464d084e5cb519db91f15dd3389ce3c44 /mesalib/src/mesa/drivers
parenteec00dde378e1f1ec72c886e809f693e103e77c8 (diff)
parentc7a181e449c6a2ea5f0ad0514865e7c559dbe6dc (diff)
downloadvcxsrv-f774f1e0c95bae5beed78051aaae4fe35b44bf0a.tar.gz
vcxsrv-f774f1e0c95bae5beed78051aaae4fe35b44bf0a.tar.bz2
vcxsrv-f774f1e0c95bae5beed78051aaae4fe35b44bf0a.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/mesa/drivers')
-rw-r--r--mesalib/src/mesa/drivers/dri/swrast/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesalib/src/mesa/drivers/dri/swrast/Makefile.am b/mesalib/src/mesa/drivers/dri/swrast/Makefile.am
index 0a2800440..3dc7c1044 100644
--- a/mesalib/src/mesa/drivers/dri/swrast/Makefile.am
+++ b/mesalib/src/mesa/drivers/dri/swrast/Makefile.am
@@ -48,8 +48,7 @@ swrast_dri_la_SOURCES = \
swrast_dri_la_LDFLAGS = -module -avoid-version -shared
swrast_dri_la_LIBADD = \
- $(DRI_LIB_DEPS) \
- $(DRICORE_LIB_DEPS)
+ $(DRI_LIB_DEPS)
# Provide compatibility with scripts for the old Mesa build system for
# a while by putting a link to the driver into /lib of the build tree.