Fix build for the surfaceless and null-WS target platforms
authorRicardo Garcia <rgarcia@igalia.com>
Mon, 20 Feb 2023 12:57:53 +0000 (13:57 +0100)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Fri, 3 Mar 2023 17:07:39 +0000 (17:07 +0000)
commit668f729d5b1f3a7b569d8cf1ffe66eb16a38abbc
treeda87b61445899dc84e048a9150d3efe45a46aa19
parentc981d77b632a7e6af0b5c65abc01acdfd43664e0
Fix build for the surfaceless and null-WS target platforms

Both platforms should not be considered for building Vulkan Video, which
is only available in the normal Linux and Win32 targets, and their
createLibrary platform methods do not take a library type argument.

No test results should be affected by these changes.

Components: Framework
VK-GL-CTS issue: 4295

Change-Id: I4de5b42685899099a9cfcf7da64fe299fef61ffc
external/vulkancts/framework/vulkan/vkPlatform.hpp
external/vulkancts/modules/vulkan/api/vktApiVersionCheck.cpp
external/vulkancts/modules/vulkan/video/CMakeLists.txt
external/vulkancts/modules/vulkan/video/vktVideoSessionNvUtils.cpp
external/vulkancts/modules/vulkan/vktTestPackage.cpp
external/vulkancts/vkscpc/vkscpc.cpp
external/vulkancts/vkscserver/vksServices.cpp
framework/delibs/debase/deDefs.h
framework/platform/CMakeLists.txt
targets/nullws/nullws.cmake