Adapt submodule usage for gst-devtools

This commit is contained in:
Edward Hervey 2013-09-09 17:40:36 +02:00
parent 746b6f41b2
commit 4dfecb6ee1
4 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,3 @@
[submodule "common"]
path = common
[submodule "validate/common"]
path = validate/common
url = git://anongit.freedesktop.org/gstreamer/common

1
common

@ -1 +0,0 @@
Subproject commit 12af105243823fc73581db4fd79a46f6d0268dc5

View file

@ -6,12 +6,14 @@ package=gst-validate
srcfile=tools/gst-validate.c
# Make sure we have common
if test ! -f common/gst-autogen.sh;
cd ../
if test ! -f validate/common/gst-autogen.sh;
then
echo "+ Setting up common submodule"
git submodule init
fi
git submodule update
cd validate/
# source helper functions
if test ! -f common/gst-autogen.sh;

1
validate/common Submodule

@ -0,0 +1 @@
Subproject commit 49f8c40577806b3de95c3265e5362a5f2b085b2f