Signed-off-by: Topi Pohjolainen <topi.pohjolai...@intel.com> --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4259ec832..c90109907 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,6 +173,8 @@ ELSEIF(${CMAKE_SYSTEM_NAME} MATCHES "Windows") endif() ENDIF() +pkg_check_modules(LIBVULKAN QUIET vulkan) + IF(PIGLIT_HAS_GLX) option(PIGLIT_BUILD_GLX_TESTS "Build tests that require GLX" ON) ELSE() -- 2.14.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev