1# Copyright © 2021 Collabora, Ltd.
2# Author: Antonio Caggiano <antonio.caggiano@collabora.com>
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