diff --git a/src/tool/meson.build b/src/tool/meson.build index 826eeb06db9..cd9122eb8e2 100644 --- a/src/tool/meson.build +++ b/src/tool/meson.build @@ -3,7 +3,7 @@ # # SPDX-License-Identifier: MIT -if with_perfetto +if with_perfetto and dep_libdrm.found() subdir('pps') endif