mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
meson: drop unused variables
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32333>
This commit is contained in:
parent
a093806798
commit
aa31c286c6
4 changed files with 2 additions and 4 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue