- update to 1.3.2: * Update GL/gl.h to match Mesa. * GLdispatch: Improve the x86 tsd stubs performance. * GLdispatch: Define dynamic dispatch stubs at compile time. * GLdispatch: Change entry_generate_default_code to take an index. * GLdispatch: Use all 4096 dynamic dispatch stubs. * Remove -Werror from default CFLAGS - run tests - add disable-glx-tests.patch: disable tests that require X - remove 0001-include-install-GL-headers-when-GL-is-enabled.patch 0002-Add-a-configure-option-to-disable-glesv1-or-glesv2.patch 0003-egl-Sync-with-Khronos.patch - upstream OBS-URL: https://build.opensuse.org/request/show/829037 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libglvnd?expand=0&rev=48
15 lines
441 B
Diff
15 lines
441 B
Diff
Index: libglvnd-1.3.2/tests/Makefile.am
|
|
===================================================================
|
|
--- libglvnd-1.3.2.orig/tests/Makefile.am
|
|
+++ libglvnd-1.3.2/tests/Makefile.am
|
|
@@ -100,7 +100,8 @@ TESTS_GLX += testglxqueryversion.sh
|
|
|
|
if ENABLE_GLX
|
|
|
|
-TESTS += $(TESTS_GLX)
|
|
+# need a running X server
|
|
+# TESTS += $(TESTS_GLX)
|
|
|
|
check_PROGRAMS += testglxcreatecontext
|
|
testglxcreatecontext_CFLAGS = $(CFLAGS_COMMON) $(X11_CFLAGS)
|