From 027ce0c493a85c863df88b43f61aea34bcd4cd58 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 24 Jan 2012 11:34:42 -0500 Subject: Revert "Always build shared glapi" This reverts commit adefee50d954151f76150af80207081ae3c247d9. Shared glapi was never tested with --enable-xlib-glx and turns out to cause a lot of problems. Conflicts: configure.ac --- src/glx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glx/Makefile') diff --git a/src/glx/Makefile b/src/glx/Makefile index b86bd73be34..f702f952ce7 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -49,7 +49,10 @@ SOURCES = \ applegl_glx.c +ifeq ($(SHARED_GLAPI),1) GL_LIB_DEPS := -L$(TOP)/$(LIB_DIR) -l$(GLAPI_LIB) $(GL_LIB_DEPS) +EXTRA_DEFINES += -DGLX_SHARED_GLAPI +endif # override GLAPI_LIB GLAPI_LIB = $(TOP)/src/mapi/glapi/libglapi.a -- cgit v1.2.3