xref: /aosp_15_r20/external/mesa3d/src/tool/meson.build (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1# Copyright © 2021 Collabora, Ltd.
2# Author: Antonio Caggiano <[email protected]>
3# SPDX-License-Identifier: MIT
4
5if with_perfetto and dep_libdrm.found()
6  subdir('pps')
7endif
8
9if with_tools.contains('dlclose-skip')
10  subdir('dlclose-skip')
11endif
12