summaryrefslogtreecommitdiffstats
path: root/configs/current.in
diff options
context:
space:
mode:
authorJon TURNEY <[email protected]>2012-07-10 16:33:40 +0100
committerJon TURNEY <[email protected]>2012-07-25 12:41:07 +0100
commitf9089f40224b8680bd5cfc2cba509d2c709cf403 (patch)
treed116d2adb58d0795ff42c76ccdcb027b5cd9ca01 /configs/current.in
parentbd4a3cce968566b639d21a6463ffdbbac83e4274 (diff)
Remove redundant osmesa shared library install from Makefile.old
Since osmesa now has been converted to Makefile.am, an appropriate install: rule is generated to install the shared libary, so we no longer need to do that in src/mesa/Makefile.old This leaves nothing in src/mesa/Makefile.old but the tags: rule, so move that to Makefile.am and remove Makefile.old Also, nothing now uses OSMESA_LIB_GLOB anymore, so remove it Signed-off-by: Jon TURNEY <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'configs/current.in')
-rw-r--r--configs/current.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/current.in b/configs/current.in
index dc0dea8359f..9785a5a9cd3 100644
--- a/configs/current.in
+++ b/configs/current.in
@@ -99,7 +99,6 @@ GLAPI_LIB_NAME = @GLAPI_LIB_NAME@
GL_LIB_GLOB = @GL_LIB_GLOB@
GLU_LIB_GLOB = @GLU_LIB_GLOB@
GLW_LIB_GLOB = @GLW_LIB_GLOB@
-OSMESA_LIB_GLOB = @OSMESA_LIB_GLOB@
EGL_LIB_GLOB = @EGL_LIB_GLOB@
GLESv1_CM_LIB_GLOB = @GLESv1_CM_LIB_GLOB@
GLESv2_LIB_GLOB = @GLESv2_LIB_GLOB@