mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 05:40:42 +01:00
For Turnip with KGSL we may have perffeto enabled but we don't have libdrm. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Hyunjun Ko <zzoon@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17173>
12 lines
263 B
Meson
12 lines
263 B
Meson
# Copyright © 2021 Collabora, Ltd.
|
|
# Author: Antonio Caggiano <antonio.caggiano@collabora.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if with_perfetto and dep_libdrm.found()
|
|
subdir('pps')
|
|
endif
|
|
|
|
if with_tools.contains('dlclose-skip')
|
|
subdir('dlclose-skip')
|
|
endif
|