From e436bf66e1927e665a905f32506cbb29816d5549 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 12 Oct 2021 21:29:00 -0300 Subject: [PATCH] meson: Add info about 'gstreamer-full' Part-of: --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.build b/meson.build index 9a2fe49c67..06170ec8b5 100644 --- a/meson.build +++ b/meson.build @@ -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: ' ')