mesa/src/tool/meson.build

13 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