mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1230>
This commit is contained in:
parent
d4c96bf923
commit
99749956f0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
project('All GStreamer modules', 'c',
|
project('gstreamer-full', 'c',
|
||||||
version : '1.19.2.1',
|
version : '1.19.2.1',
|
||||||
meson_version : '>= 0.59',
|
meson_version : '>= 0.59',
|
||||||
default_options : ['buildtype=debugoptimized',
|
default_options : ['buildtype=debugoptimized',
|
||||||
|
|
Loading…
Reference in a new issue