diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-08 01:16:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-08 01:16:41 +0300 |
commit | f74d74497096e6ab585e74177dc09a347d55e1ff (patch) | |
tree | e57a793ed0cbff9946e9358e797c8c59cd8a82e9 /extra/libdrm | |
parent | 81acd73c17dbffe9dfb4df054cd6a767227e3bfb (diff) | |
download | repository-f74d74497096e6ab585e74177dc09a347d55e1ff.tar.gz |
libdrm: bump to 2.4.105
Diffstat (limited to 'extra/libdrm')
-rwxr-xr-x | extra/libdrm/build | 4 | ||||
-rw-r--r-- | extra/libdrm/checksums | 2 | ||||
-rw-r--r-- | extra/libdrm/sources | 2 | ||||
-rw-r--r-- | extra/libdrm/version | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/extra/libdrm/build b/extra/libdrm/build index c1021153..182eacd7 100755 --- a/extra/libdrm/build +++ b/extra/libdrm/build @@ -2,8 +2,12 @@ export DESTDIR="$1" +# Symbolic link loop on tests +sed -i '/^test(/,/^)/d' intel/meson.build + meson \ --prefix=/usr \ + -Dcairo-tests=false \ -Dvalgrind=false \ . output diff --git a/extra/libdrm/checksums b/extra/libdrm/checksums index fff293f9..fc40923f 100644 --- a/extra/libdrm/checksums +++ b/extra/libdrm/checksums @@ -1 +1 @@ -6485f917700b84705dec5ed42222ab6433567bbcca270507b8eb6d01a58159d6 drm-libdrm-2.4.104.tar.gz +0ba5017cafd4b7ac885356403c20105d40efcd11271ebf75727c1a5599e4ed53 drm-libdrm-2.4.105.tar.gz diff --git a/extra/libdrm/sources b/extra/libdrm/sources index f349f88d..c2895e35 100644 --- a/extra/libdrm/sources +++ b/extra/libdrm/sources @@ -1 +1 @@ -https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-2.4.104/drm-libdrm-2.4.104.tar.gz +https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-2.4.105/drm-libdrm-2.4.105.tar.gz diff --git a/extra/libdrm/version b/extra/libdrm/version index 67827207..275b66e2 100644 --- a/extra/libdrm/version +++ b/extra/libdrm/version @@ -1 +1 @@ -2.4.104 1 +2.4.105 1 |