diff options
author | Matt Turner <[email protected]> | 2012-08-17 11:12:48 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-22 11:08:06 -0700 |
commit | 9049b7f0fa8689582437ad5413c100fdb607e37b (patch) | |
tree | e4ce3e20bfccad199fca015fcf53ffa53eff2820 /src/mesa/drivers/x11 | |
parent | be5fe7b32090ddf425467cee88929423b2ab034d (diff) |
build/x11: Don't link against shared-glapi
Tested-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | 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 263c44199f1..d9f342308bd 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -62,10 +62,6 @@ lib@GL_LIB@_la_LDFLAGS = \ -no-undefined \ $(GL_LIB_DEPS) -if HAVE_SHARED_GLAPI -lib@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@[email protected] |