From a2c4f6f2b00e98bf79b2d48861b4886a033883ed Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 26 Oct 2016 17:44:19 -0300 Subject: [PATCH] Rename to gst-build --- README.md | 4 ++-- setup | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a55390d1f..d1bf0a064d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup b/setup index 296ea69a68..d179b655fc 100755 --- a/setup +++ b/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__))