mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Adapt submodule usage for gst-devtools
This commit is contained in:
parent
746b6f41b2
commit
4dfecb6ee1
4 changed files with 6 additions and 4 deletions
4
validate/.gitmodules → .gitmodules
vendored
4
validate/.gitmodules → .gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "common"]
|
||||
path = common
|
||||
[submodule "validate/common"]
|
||||
path = validate/common
|
||||
url = git://anongit.freedesktop.org/gstreamer/common
|
1
common
1
common
|
@ -1 +0,0 @@
|
|||
Subproject commit 12af105243823fc73581db4fd79a46f6d0268dc5
|
|
@ -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
1
validate/common
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 49f8c40577806b3de95c3265e5362a5f2b085b2f
|
Loading…
Reference in a new issue