zink: get rid of needless dependency

We haven't needed this header since 7f56fd9655 ("zink: it's kopperin'
time"), so let's get rid of it and the dependency that comes with it.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21441>
This commit is contained in:
Erik Faye-Lund 2023-02-21 10:36:01 +01:00 committed by Marge Bot
parent e02cdb397e
commit 176add76ad
3 changed files with 1 additions and 3 deletions

View file

@ -98,7 +98,7 @@ libzink = static_library(
link_args : [ld_args_build_id],
dependencies: [
idep_nir_headers, idep_mesautil, idep_vulkan_util_headers,
idep_vulkan_wsi_headers, idep_vulkan_util, dep_libdrm
idep_vulkan_util, dep_libdrm
],
c_args: [zink_c_args, vk_wsi_args],
)

View file

@ -12,7 +12,6 @@
#ifdef VK_USE_PLATFORM_METAL_EXT
#include "QuartzCore/CAMetalLayer.h"
#endif
#include "wsi_common.h"
#define MAX_VIEW_COUNT 500

View file

@ -34,7 +34,6 @@
#ifdef VK_USE_PLATFORM_METAL_EXT
#include "QuartzCore/CAMetalLayer.h"
#endif
#include "vulkan/wsi/wsi_common.h"
#include "vk_format.h"
#include "util/u_blitter.h"