diff --git a/extra/libdrm/build b/extra/libdrm/build index 9dd15c29..a4292681 100755 --- a/extra/libdrm/build +++ b/extra/libdrm/build @@ -1,12 +1,10 @@ #!/bin/sh -e -# Workaround for GCC 10 until upstream -# fixes the '-fno-common' issues. -export CFLAGS="$CFLAGS -fcommon" +export DESTDIR="$1" -./configure \ +meson \ --prefix=/usr \ - --disable-valgrind + . build -make -make DESTDIR="$1" install +ninja -C build +ninja -C build install diff --git a/extra/libdrm/checksums b/extra/libdrm/checksums index 0c393df3..59c697b9 100644 --- a/extra/libdrm/checksums +++ b/extra/libdrm/checksums @@ -1 +1 @@ -c77cc828186c9ceec3e56ae202b43ee99eb932b4a87255038a80e8a1060d0a5d libdrm-2.4.100.tar.bz2 +ddf31baa8e49473624860bd166ce654dc349873f7a6c7b3305964249315c78a7 libdrm-2.4.101.tar.xz diff --git a/extra/libdrm/depends b/extra/libdrm/depends index 90925c29..99cb99cc 100644 --- a/extra/libdrm/depends +++ b/extra/libdrm/depends @@ -1 +1,2 @@ libpciaccess +meson make diff --git a/extra/libdrm/sources b/extra/libdrm/sources index c6adb517..d9cdb74f 100644 --- a/extra/libdrm/sources +++ b/extra/libdrm/sources @@ -1 +1 @@ -https://dri.freedesktop.org/libdrm/libdrm-2.4.100.tar.bz2 +https://dri.freedesktop.org/libdrm/libdrm-2.4.101.tar.xz diff --git a/extra/libdrm/version b/extra/libdrm/version index a7a3418f..7558dbd0 100644 --- a/extra/libdrm/version +++ b/extra/libdrm/version @@ -1 +1 @@ -2.4.100 1 +2.4.101 1