gbm: drop unnecessary vulkan dependency

gbm doesn't actually include vulkan headers

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Erik Faye-Lund <kusmabite@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21489>
This commit is contained in:
Eric Engestrom 2023-02-23 13:24:16 +00:00 committed by Marge Bot
parent 2bf24c84f3
commit 61f45a6f44

View File

@ -39,7 +39,6 @@ incs_gbm = [
if with_dri2
files_gbm += files('backends/dri/gbm_dri.c', 'backends/dri/gbm_driint.h')
deps_gbm += dep_libdrm # TODO: pthread-stubs
deps_gbm += idep_vulkan_wsi_defines
endif
if with_platform_wayland
deps_gbm += dep_wayland_server