Skip to content
Snippets Groups Projects
Commit 210c01c7 authored by Simon Zeni's avatar Simon Zeni
Browse files

tests: disable OpenGL client compositor test if GLX is not available

parent edd1aa0d
Branches
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ if(XRT_HAVE_VULKAN) ...@@ -36,6 +36,7 @@ if(XRT_HAVE_VULKAN)
list(APPEND tests tests_comp_client_vulkan) list(APPEND tests tests_comp_client_vulkan)
endif() endif()
if(XRT_HAVE_OPENGL if(XRT_HAVE_OPENGL
AND XRT_HAVE_OPENGL_GLX
AND XRT_HAVE_SDL2 AND XRT_HAVE_SDL2
AND (WIN32 OR VK_USE_PLATFORM_XLIB_XRANDR_EXT) AND (WIN32 OR VK_USE_PLATFORM_XLIB_XRANDR_EXT)
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment