1# Copyright © 2021 Collabora, Ltd.
2# Author: Antonio Caggiano <antonio.caggiano@collabora.com>
3#
4# SPDX-License-Identifier: MIT
5
6if with_perfetto and dep_libdrm.found()
7 subdir('pps')
8endif
9
10if with_tools.contains('dlclose-skip')
11 subdir('dlclose-skip')
12endif
13