mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +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"]
|
[submodule "validate/common"]
|
||||||
path = common
|
path = validate/common
|
||||||
url = git://anongit.freedesktop.org/gstreamer/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
|
srcfile=tools/gst-validate.c
|
||||||
|
|
||||||
# Make sure we have common
|
# Make sure we have common
|
||||||
if test ! -f common/gst-autogen.sh;
|
cd ../
|
||||||
|
if test ! -f validate/common/gst-autogen.sh;
|
||||||
then
|
then
|
||||||
echo "+ Setting up common submodule"
|
echo "+ Setting up common submodule"
|
||||||
git submodule init
|
git submodule init
|
||||||
fi
|
fi
|
||||||
git submodule update
|
git submodule update
|
||||||
|
cd validate/
|
||||||
|
|
||||||
# source helper functions
|
# source helper functions
|
||||||
if test ! -f common/gst-autogen.sh;
|
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