From 99749956f0915ef32d3d057b40376f941bb14716 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 22 Oct 2021 12:38:46 -0400 Subject: [PATCH] Rename toplevel project to gstreamer-full This generates better tarball names when doing "meson dist" on the top level project. It is also consistent with that project providing gstreamer-full library. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bbabf5f7b0..78dd640d68 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('All GStreamer modules', 'c', +project('gstreamer-full', 'c', version : '1.19.2.1', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized',