mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
flatpak-nightly: Disable cloning GStreamer submodules
It seems that now GStreamer ships its testsuite (which we do not need) as a submodule. Do not try to clone it.
This commit is contained in:
@@ -66,7 +66,8 @@
|
|||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
|
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
|
||||||
"branch": "main"
|
"branch": "main",
|
||||||
|
"disable-submodules": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user