meson: Cleanup plugin build script

This commit is contained in:
Rafał Dzięgiel
2022-05-08 18:47:13 +02:00
parent b7b99c20cf
commit 4b93d4d132
4 changed files with 52 additions and 37 deletions

View File

@@ -14,11 +14,6 @@ option('gst-plugin',
description: 'Build GStreamer plugin (includes GTK video sink element)'
)
option('rawimporter',
type: 'feature',
value: 'auto',
description: 'Build RAW system memory importer for clappersink'
)
option('glimporter',
type: 'feature',
value: 'auto',
@@ -29,6 +24,11 @@ option('gluploader',
value: 'auto',
description: 'Build GL uploader for clappersink'
)
option('rawimporter',
type: 'feature',
value: 'auto',
description: 'Build RAW system memory importer for clappersink'
)
option('devel-checks',
type: 'boolean',