aggregator: Return an error directly if negotiation of a sink pad failed
[platform/upstream/gstreamer.git] / libs / gst / meson.build
1 subdir('base')
2 subdir('controller')
3 subdir('net')
4 subdir('helpers')
5
6 if get_option('check').disabled()
7   gst_check_dep = disabler() # KISS for now
8 else
9   subdir('check')
10 endif