gstreamer/meson_options.txt
Edward Hervey 2b2fce9970 build: Re-enable unit tests
Looks like they weren't ported when we switched to meson

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/100>
2020-10-07 19:08:30 +09:00

8 lines
437 B
Meson

option('package-name', type : 'string', yield : true,
description : 'package name to use in plugins')
option('package-origin', type : 'string',
value : 'Unknown package origin', yield : true,
description : 'package origin URL to use in plugins')
option('doc', type : 'feature', value : 'auto', yield: true,
description: 'Enable documentation.')
option('tests', type : 'feature', value : 'auto', yield : true)