summaryrefslogtreecommitdiffstats
path: root/libs/libdrm/DETAILS
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-29 19:19:05 -0400
committerPavel Vinogradov2021-10-29 19:20:23 -0400
commit7110d9e4072818139af784666dba61cca22107fd (patch)
tree1d95ccc6dca488bf7d45a084eccaab7d3ddd5e5c /libs/libdrm/DETAILS
parent3d24a3b8089ee66f46debc96f6a76c69099fb5df (diff)
libs/libdrm: scm url needs "main" branch now
Diffstat (limited to 'libs/libdrm/DETAILS')
-rwxr-xr-xlibs/libdrm/DETAILS2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
index 55102d5b2a..b9a324e500 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -4,7 +4,7 @@
if [[ $LIBDRM_BRANCH == scm ]]; then
VERSION="$(get_scm_version)"
SOURCE=drm-git.tar.xz # Use the same source as drm
- SOURCE_URL[0]=git_http://gitlab.freedesktop.org/mesa/drm.git:drm-git
+ SOURCE_URL[0]=git_http://gitlab.freedesktop.org/mesa/drm.git:drm-git:main
SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1