mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
meson: Add info about 'gstreamer-full'
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1093>
This commit is contained in:
parent
8b7b068d53
commit
e436bf66e1
1 changed files with 4 additions and 0 deletions
|
@ -387,3 +387,7 @@ run_target('devenv', command : devenv_cmd)
|
|||
if orc_subproject.found() and orc_update_targets.length() > 0
|
||||
alias_target('update-orc-dist', orc_update_targets)
|
||||
endif
|
||||
|
||||
summary({
|
||||
'gstreamer-full': get_option('default_library') == 'static',
|
||||
}, section: 'Build options', bool_yn: true, list_sep: ' ')
|
||||
|
|
Loading…
Reference in a new issue