wireplumber/tests/meson.build
George Kiagiadakis 5efb46a3e2 meson: make wpipc optional and disabled by default
This is only intended to be used with specific embedded
applications. There is no good reason to use it on
a standard desktop environment.
2021-05-06 12:00:56 +03:00

5 lines
103 B
Meson

subdir('wp')
subdir('wplua')
subdir('wpipc', if_found: wpipc_dep)
subdir('modules')
subdir('examples')