pipewire/src/meson.build

16 lines
239 B
Meson
Raw Normal View History

2016-09-26 12:15:52 +02:00
2017-07-11 15:57:20 +02:00
subdir('pipewire')
2016-09-26 12:15:52 +02: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 20:08:29 +01:00
if gst_dep.length() != 0
subdir('gst')
endif