mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 20:08:06 +02:00
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Dylan Baker <dylan.c.baker@intel.com> Acked-by: Eric Engestrom <eric@igalia.com> Acked-by: Daniel Stone <daniels@collabora.com> Signed-off-by: David Heidelberg <david@ixit.cz> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29972>
11 lines
261 B
Meson
11 lines
261 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
|