diff options
author | Ricardo Garcia <rgarcia@igalia.com> | 2023-02-20 13:57:53 +0100 |
---|---|---|
committer | Piotr Byszewski <piotr.byszewski@mobica.com> | 2023-03-03 17:07:39 +0000 |
commit | 668f729d5b1f3a7b569d8cf1ffe66eb16a38abbc (patch) | |
tree | da87b61445899dc84e048a9150d3efe45a46aa19 /targets | |
parent | c981d77b632a7e6af0b5c65abc01acdfd43664e0 (diff) | |
download | VK-GL-CTS-668f729d5b1f3a7b569d8cf1ffe66eb16a38abbc.tar.gz VK-GL-CTS-668f729d5b1f3a7b569d8cf1ffe66eb16a38abbc.tar.bz2 VK-GL-CTS-668f729d5b1f3a7b569d8cf1ffe66eb16a38abbc.zip |
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
Diffstat (limited to 'targets')
-rw-r--r-- | targets/nullws/nullws.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/nullws/nullws.cmake b/targets/nullws/nullws.cmake index 81a7f9ea2..5f6f9b773 100644 --- a/targets/nullws/nullws.cmake +++ b/targets/nullws/nullws.cmake @@ -1,6 +1,7 @@ message("*** Using nullws target") set(DEQP_TARGET_NAME "nullws") +set(DEQP_USE_NULLWS ON) add_definitions(-DNULLWS) find_library(GLES2_LIBRARY NAMES libGLESv2 GLESv2) |