dri: don't link with DRICORE_LIB_DEPS
authorMatt Turner <mattst88@gmail.com>
Sun, 29 Jan 2012 03:00:29 +0000 (22:00 -0500)
committerMatt Turner <mattst88@gmail.com>
Sun, 29 Jan 2012 03:02:08 +0000 (22:02 -0500)
DRI_LIB_DEPS is sufficient since it includes DRICORE_LIB_DEPS

src/mesa/drivers/dri/i915/Makefile.am
src/mesa/drivers/dri/i965/Makefile.am
src/mesa/drivers/dri/nouveau/Makefile.am
src/mesa/drivers/dri/r200/Makefile.am
src/mesa/drivers/dri/radeon/Makefile.am
src/mesa/drivers/dri/swrast/Makefile.am

index bcfde69d700191b779767e986a081c1bc6839e5b..75267e221963c87ab6e7d559f62ce401b2d4877f 100644 (file)
@@ -53,7 +53,6 @@ i915_dri_la_SOURCES = \
 i915_dri_la_LDFLAGS = -module -avoid-version -shared
 i915_dri_la_LIBADD = \
        $(DRI_LIB_DEPS) \
-       $(DRICORE_LIB_DEPS) \
        $(INTEL_LIBS) \
        ../common/libdricommon.la
 
index 4f6280d3a327c1d1e3833ddb8b9d1d3ee38d33a0..f5dfced9996bec39281d2f9e69bfb19712db4b55 100644 (file)
@@ -54,7 +54,6 @@ i965_dri_la_SOURCES = \
 i965_dri_la_LDFLAGS = -module -avoid-version -shared
 i965_dri_la_LIBADD = \
        $(DRI_LIB_DEPS) \
-       $(DRICORE_LIB_DEPS) \
        $(INTEL_LIBS) \
        ../common/libdricommon.la
 
index 1d9de507d90f950a2698ef3f11b99583f3538ccb..3a3c0af9a71cb5e787cf69bc241b83c74668774a 100644 (file)
@@ -49,7 +49,6 @@ nouveau_vieux_dri_la_SOURCES = \
 nouveau_vieux_dri_la_LDFLAGS = -module -avoid-version -shared
 nouveau_vieux_dri_la_LIBADD = \
        $(DRI_LIB_DEPS) \
-       $(DRICORE_LIB_DEPS) \
        $(NOUVEAU_LIBS) \
        ../common/libdricommon.la
 
index d128deedd4b5e8f5a8bc1956eb50df38fba32ee3..f15dbc09ac2817db1a43665ad6e101713120e392 100644 (file)
@@ -51,7 +51,6 @@ r200_dri_la_SOURCES = \
 r200_dri_la_LDFLAGS = -module -avoid-version -shared
 r200_dri_la_LIBADD = \
        $(DRI_LIB_DEPS) \
-       $(DRICORE_LIB_DEPS) \
        $(RADEON_LIBS) \
        ../common/libdricommon.la
 
index 56f6d39208355aa9873b389c734db2a498eab64f..89b778d51100b666c058473b6c16e8b364fd9533 100644 (file)
@@ -51,7 +51,6 @@ radeon_dri_la_SOURCES = \
 radeon_dri_la_LDFLAGS = -module -avoid-version -shared
 radeon_dri_la_LIBADD = \
        $(DRI_LIB_DEPS) \
-       $(DRICORE_LIB_DEPS) \
        $(RADEON_LIBS) \
        ../common/libdricommon.la
 
index 0a2800440d25d14f0b57237a32462aadf1cddea0..3dc7c10444012d4561fc6388dd4ba2ff00c9148b 100644 (file)
@@ -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.