From 7697a3f3cd51d70c73333f095311ef1471d0fc17 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 5 Oct 2021 12:12:09 +0100 Subject: meson: warn that gst-build is obsolete and has moved to the monorepo https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/mono-repository.html --- meson.build | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/meson.build b/meson.build index 4a2eb27..37faf0e 100644 --- a/meson.build +++ b/meson.build @@ -6,6 +6,20 @@ project('All GStreamer modules', 'c', gst_version = '>= @0@'.format(meson.project_version()) gst_branch = 'master' +warning(''' + +====================================================================================================== + + gst-build is now obsolete and has now been moved into the GStreamer monorepo, see + + https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/mono-repository.html + + for more details. + +====================================================================================================== + +''') + build_system = build_machine.system() cc = meson.get_compiler('c') @@ -388,3 +402,17 @@ run_target('update', command : [update, if orc_subproject.found() and orc_update_targets.length() > 0 alias_target('update-orc-dist', orc_update_targets) endif + +warning(''' + +====================================================================================================== + + gst-build is now obsolete and has now been moved into the GStreamer monorepo, see + + https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/mono-repository.html + + for more details. + +====================================================================================================== + +''') -- cgit v1.2.3