Module: Mesa Branch: main Commit: 61f45a6f44e6786c7802821e4eb801bfd5fca3a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61f45a6f44e6786c7802821e4eb801bfd5fca3a3
Author: Eric Engestrom <[email protected]> Date: Thu Feb 23 13:24:16 2023 +0000 gbm: drop unnecessary vulkan dependency gbm doesn't actually include vulkan headers Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21489> --- src/gbm/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gbm/meson.build b/src/gbm/meson.build index 2fb013a9d60..df65361aef7 100644 --- a/src/gbm/meson.build +++ b/src/gbm/meson.build @@ -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
