pipewire/src/meson.build
Peter Hutterer 87a1e1534c daemon: let meson handle the uninstalled media-session path
If we build media-session before the daemon we have the executable
variable available and can rely on meson to fill in the path instead of
handling it manually.
2021-10-13 07:09:13 +00:00

16 lines
273 B
Meson

subdir('pipewire')
subdir('media-session')
subdir('daemon')
subdir('tools')
subdir('modules')
if not get_option('examples').disabled()
subdir('examples')
endif
if not get_option('tests').disabled()
subdir('tests')
endif
if gst_dep.length() != 0
subdir('gst')
endif