mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Add 'nls' common option
This commit is contained in:
parent
1c8085d9fb
commit
636abc351b
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ option('custom_subprojects', type : 'string', value : '', description : 'Comma-s
|
|||
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
|
||||
option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
|
||||
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
|
||||
option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
|
||||
|
|
Loading…
Reference in a new issue