meson: Add info about 'gstreamer-full'

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1093>
This commit is contained in:
Thibault Saunier 2021-10-12 21:29:00 -03:00
parent 8b7b068d53
commit e436bf66e1

View file

@ -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: ' ')