mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Rename to gst-build
This commit is contained in:
parent
3875f0c705
commit
a2c4f6f2b0
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# gst-all
|
||||
# gst-build
|
||||
|
||||
GStreamer [meson](http://mesonbuild.com/) based repositories aggregrator
|
||||
|
||||
|
@ -18,7 +18,7 @@ NOTE: on fedora (and maybe other distributions) replace `ninja` with `ninja-buil
|
|||
|
||||
## GStreamer uninstalled
|
||||
|
||||
gst-all also contains a special `uninstalled` target that lets you enter
|
||||
gst-build also contains a special `uninstalled` target that lets you enter
|
||||
an uninstalled development environment where you will be able
|
||||
to work on GStreamer easily.
|
||||
|
||||
|
|
2
setup
2
setup
|
@ -11,7 +11,7 @@ from common import git
|
|||
from common import Colors
|
||||
|
||||
|
||||
PROJECTNAME = "GStreamer 'all'"
|
||||
PROJECTNAME = "GStreamer build"
|
||||
|
||||
ROOTDIR = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Reference in a new issue