diff options
author | Eric Anholt <eric@anholt.net> | 2013-12-05 13:02:51 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-05 13:02:51 -0800 |
commit | 8bb5a2545ee32a8eaea964a66fc291b517b1fe7e (patch) | |
tree | d1b356536570e4fe06307198885fd8eecfbf2b90 /test | |
parent | 20f03e65c45d0f906952c3dd4a2f990d02a8870c (diff) |
Fix extension detection on core GL contexts.
The nasty old strings were deprecated.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 4fe2535..59e4ee3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -48,8 +48,6 @@ TESTS = \ headerguards \ $() -XFAIL_TESTS = glx_public_api_core - check_PROGRAMS = $(TESTS) egl_has_extension_nocontext_LDFLAGS = $(X11_LIBS) $(EPOXY) libegl_common.la |