Rename to gst-build

This commit is contained in:
Thibault Saunier 2016-10-26 17:44:19 -03:00
parent 3875f0c705
commit a2c4f6f2b0
2 changed files with 3 additions and 3 deletions

View file

@ -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
View file

@ -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__))