mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +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
|
if orc_subproject.found() and orc_update_targets.length() > 0
|
||||||
alias_target('update-orc-dist', orc_update_targets)
|
alias_target('update-orc-dist', orc_update_targets)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
summary({
|
||||||
|
'gstreamer-full': get_option('default_library') == 'static',
|
||||||
|
}, section: 'Build options', bool_yn: true, list_sep: ' ')
|
||||||
|
|
Loading…
Reference in a new issue