diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-05 00:38:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-05 00:38:01 +0300 |
commit | 64015f14224374c4b25ac2edc4af41c72372d1f8 (patch) | |
tree | 4c8eeab518ac81f82effa53086b90e8abd96588b /xorg/libdrm | |
parent | 4a86185490bc02981b030c75562210305e19bb24 (diff) | |
download | repository-64015f14224374c4b25ac2edc4af41c72372d1f8.tar.gz |
libdrm: bump to 2.4.101
Diffstat (limited to 'xorg/libdrm')
-rwxr-xr-x | xorg/libdrm/build | 14 | ||||
-rw-r--r-- | xorg/libdrm/checksums | 2 | ||||
-rw-r--r-- | xorg/libdrm/depends | 1 | ||||
-rw-r--r-- | xorg/libdrm/sources | 2 | ||||
-rw-r--r-- | xorg/libdrm/version | 2 |
5 files changed, 14 insertions, 7 deletions
diff --git a/xorg/libdrm/build b/xorg/libdrm/build index 625ec3a8..14ec2298 100755 --- a/xorg/libdrm/build +++ b/xorg/libdrm/build @@ -1,8 +1,14 @@ #!/bin/sh -e -./configure \ +export DESTDIR="$1" + +mkdir build +cd build + +meson \ --prefix=/usr \ - --disable-valgrind + -Dvalgrind=false \ + .. -make -make DESTDIR="$1" install +ninja +ninja install diff --git a/xorg/libdrm/checksums b/xorg/libdrm/checksums index 0c393df3..322b8e19 100644 --- a/xorg/libdrm/checksums +++ b/xorg/libdrm/checksums @@ -1 +1 @@ -c77cc828186c9ceec3e56ae202b43ee99eb932b4a87255038a80e8a1060d0a5d libdrm-2.4.100.tar.bz2 +765e1fb2b03dadd17678d5ad4260066b1519f964009a8aba4b097ee945cd75f6 drm-libdrm-2.4.101.tar.gz diff --git a/xorg/libdrm/depends b/xorg/libdrm/depends index 90925c29..99cb99cc 100644 --- a/xorg/libdrm/depends +++ b/xorg/libdrm/depends @@ -1 +1,2 @@ libpciaccess +meson make diff --git a/xorg/libdrm/sources b/xorg/libdrm/sources index c6adb517..5ee0e444 100644 --- a/xorg/libdrm/sources +++ b/xorg/libdrm/sources @@ -1 +1 @@ -https://dri.freedesktop.org/libdrm/libdrm-2.4.100.tar.bz2 +https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-2.4.101/drm-libdrm-2.4.101.tar.gz diff --git a/xorg/libdrm/version b/xorg/libdrm/version index a7a3418f..7558dbd0 100644 --- a/xorg/libdrm/version +++ b/xorg/libdrm/version @@ -1 +1 @@ -2.4.100 1 +2.4.101 1 |