meson: drop unused variables

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32333>
This commit is contained in:
Eric Engestrom 2024-11-25 18:32:24 +01:00 committed by Marge Bot
parent a093806798
commit aa31c286c6
4 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
inc_egl = include_directories('.', 'main')
inc_egl_dri2 = include_directories('drivers/dri2')
c_args_for_egl = [asan_c_args]
cpp_args_for_egl = []

View file

@ -8,7 +8,7 @@ if with_platform_wayland
incs_gbm_dri += inc_wayland_drm
endif
libgbm_dri = shared_library(
shared_library(
'dri_gbm',
files('gbm_dri.c', 'gbm_driint.h'),
include_directories : [incs_gbm, incs_gbm_dri, inc_st_dri, inc_gallium_aux],

View file

@ -34,7 +34,6 @@ endif
# Includes #
#===============#
inc_include_mesa = include_directories('../../../include')
inc_vulkan_headers = include_directories('../../../include/vulkan')
inc_vulkan_enc = include_directories('vulkan_enc')

View file

@ -19,7 +19,7 @@ if with_platform_wayland
vklayer_deps += dep_wayland_client
endif
vklayer_mesa_device_select = shared_library(
shared_library(
'VkLayer_MESA_device_select',
vklayer_files,
c_args : [no_override_init_args, vklayer_flags],