Initial commit
This commit is contained in:
13
meson_options.txt
Normal file
13
meson_options.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
# Common feature options
|
||||
option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
|
||||
description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
|
||||
option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
|
||||
description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
|
||||
|
||||
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('gst_root', type: 'string', value: './gst_root', description: 'Root path for GStreamer build')
|
Reference in New Issue
Block a user