LADI
/
spa
1
Fork 0
spa/src/meson.build

16 lines
239 B
Meson
Raw Normal View History

2016-09-26 13:15:52 +03:00
2017-07-11 16:57:20 +03:00
subdir('pipewire')
2016-09-26 13:15:52 +03:00
subdir('daemon')
subdir('tools')
subdir('modules')
if get_option('examples').allowed()
subdir('examples')
endif
if get_option('tests').allowed()
subdir('tests')
endif
2017-11-13 21:08:29 +02:00
if gst_dep.length() != 0
subdir('gst')
endif