diff options
author | Eric Anholt <eric@anholt.net> | 2012-07-04 11:58:40 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-07-12 12:29:12 -0700 |
commit | 6882381a2efbdf06b7002d11468c94b9964c2bc8 (patch) | |
tree | 05e78c7dc8cb8783d1a471ef207c9bf9a72591c1 /src/glx/tests | |
parent | f92873be2c7fcb07154282bd0e418a4c88b6507e (diff) |
mesa: Require current libxcb.
Without that, people with buggy apps that looked at just the server
string for GLX_ARB_create_context would call this function that just
threw an error when you tried to make a context. Google shows plenty
of complaints about this.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/glx/tests')
-rw-r--r-- | src/glx/tests/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am index b0d1db5c2d..ad18f85fe0 100644 --- a/src/glx/tests/Makefile.am +++ b/src/glx/tests/Makefile.am @@ -5,7 +5,6 @@ AM_CPPFLAGS = \ -I$(top_builddir)/include \ $(X11_CFLAGS) -if HAVE_XCB_GLX_CREATE_CONTEXT TESTS = glx-test check_PROGRAMS = glx-test @@ -20,5 +19,3 @@ glx_test_LDADD = \ $(top_builddir)/src/glx/libglx.la \ $(top_builddir)/src/gtest/libgtest.la \ -lpthread - -endif |