gstreamer/plugins/meson.build
Nirbheek Chauhan 4fb02fc85b meson: Update option names to omit disable_ and with- prefixes
Also yield common options to the outer project (gst-build in our case)
so that they don't have to be set manually.
2018-05-05 20:30:43 +05:30

5 lines
61 B
Meson

subdir('elements')
if tracer_hooks
subdir('tracers')
endif