Mesa (master): build/x11: Don't link against shared-glapi

Matt Turner mattst88 at kemper.freedesktop.org
Wed Aug 22 18:07:31 UTC 2012


Module: Mesa
Branch: master
Commit: 9049b7f0fa8689582437ad5413c100fdb607e37b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9049b7f0fa8689582437ad5413c100fdb607e37b

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Aug 17 11:12:48 2012 -0700

build/x11: Don't link against shared-glapi

Tested-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/x11/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
index 263c441..d9f3423 100644
--- a/src/mesa/drivers/x11/Makefile.am
+++ b/src/mesa/drivers/x11/Makefile.am
@@ -62,10 +62,6 @@ lib at GL_LIB@_la_LDFLAGS = \
 	-no-undefined \
 	$(GL_LIB_DEPS)
 
-if HAVE_SHARED_GLAPI
-lib at GL_LIB@_la_LDFLAGS += -L$(top_builddir)/$(LIB_DIR) -l$(GLAPI_LIB)
-endif
-
 # 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.
 all-local: lib at GL_LIB@.la




More information about the mesa-commit mailing list