a59b6905da
The forms with or without a trailing slash are interchangeable via https, but the form with a trailing slash doesn't work if you have git configured to always access Github repositories via ssh, using something like: git config --global url."git+ssh://git@github.com/".insteadOf "https://github.com/" Signed-off-by: Simon McVittie <smcv@collabora.com>
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
[submodule "wine"]
|
|
path = wine
|
|
url = https://github.com/ValveSoftware/wine
|
|
[submodule "dxvk"]
|
|
path = dxvk
|
|
url = https://github.com/ValveSoftware/dxvk
|
|
[submodule "openvr"]
|
|
path = openvr
|
|
url = https://github.com/ValveSoftware/openvr
|
|
[submodule "fonts/liberation-fonts"]
|
|
path = fonts/liberation-fonts
|
|
url = https://github.com/liberationfonts/liberation-fonts
|
|
[submodule "FAudio"]
|
|
path = FAudio
|
|
url = https://github.com/FNA-XNA/FAudio
|
|
[submodule "gstreamer"]
|
|
path = gstreamer
|
|
url = https://gitlab.freedesktop.org/gstreamer/gstreamer.git
|
|
[submodule "gst-plugins-base"]
|
|
path = gst-plugins-base
|
|
url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git
|
|
[submodule "gst-plugins-good"]
|
|
path = gst-plugins-good
|
|
url = https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git
|
|
[submodule "gst-orc"]
|
|
path = gst-orc
|
|
url = https://gitlab.freedesktop.org/gstreamer/orc.git
|
|
[submodule "vkd3d-proton"]
|
|
path = vkd3d-proton
|
|
url = https://github.com/HansKristian-Work/vkd3d-proton
|
|
[submodule "OpenXR-SDK"]
|
|
path = OpenXR-SDK
|
|
url = https://github.com/KhronosGroup/OpenXR-SDK
|