diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-11 18:32:14 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-20 14:56:42 -0500 |
commit | adefee50d954151f76150af80207081ae3c247d9 (patch) | |
tree | c70cf0abe077c38d76a22eef437673a6692dd2bf /configs | |
parent | 2fdbbeca43e7b57095774e4228e6eea75a180fab (diff) |
Always build shared glapi
libglapi.so, libGL.so, libGLESv2.so, libGLESv1_CM.so must all
come from the same version of Mesa or bad things may happen.
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 9ea7588a11..3e5da796ff 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -15,7 +15,6 @@ ASM_FLAGS = @ASM_FLAGS@ PIC_FLAGS = @PIC_FLAGS@ DEFINES = @DEFINES@ API_DEFINES = @API_DEFINES@ -SHARED_GLAPI = @SHARED_GLAPI@ CFLAGS_NOVISIBILITY = @CPPFLAGS@ @CFLAGS@ \ $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(ASM_FLAGS) $(DEFINES) CXXFLAGS_NOVISIBILITY = @CPPFLAGS@ @CXXFLAGS@ \ |