summaryrefslogtreecommitdiffstats
path: root/libs/libdrm/DETAILS
diff options
context:
space:
mode:
authorPavel Vinogradov2016-02-16 12:14:36 -0500
committerPavel Vinogradov2016-02-16 12:14:36 -0500
commit6546811fdeaeb4029ead0c2e13d3f96519b5ff3a (patch)
tree4869d63a8d23e816a996eee2ee0500806215f80b /libs/libdrm/DETAILS
parent673630762476774861e09e0ccc934f5a76d71e89 (diff)
libs/libdrm: fixed scm branch version
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 eb056c3174..9ffff6b1cf 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libdrm
if [[ $LIBDRM_BRANCH == scm ]]; then
- VERSION=2.4.67
+ VERSION="$(get_scm_version)"
SOURCE=drm-git.tar.xz # Use the same source as drm
SOURCE_URL[0]=git://anongit.freedesktop.org/git/mesa/drm:drm-git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"