forked from kiss-community/repo
libdrm: bump to 2.4.101
This commit is contained in:
parent
2cc19bc397
commit
5f10822ecf
@ -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
|
||||
|
@ -1 +1 @@
|
||||
c77cc828186c9ceec3e56ae202b43ee99eb932b4a87255038a80e8a1060d0a5d libdrm-2.4.100.tar.bz2
|
||||
ddf31baa8e49473624860bd166ce654dc349873f7a6c7b3305964249315c78a7 libdrm-2.4.101.tar.xz
|
||||
|
@ -1 +1,2 @@
|
||||
libpciaccess
|
||||
meson make
|
||||
|
@ -1 +1 @@
|
||||
https://dri.freedesktop.org/libdrm/libdrm-2.4.100.tar.bz2
|
||||
https://dri.freedesktop.org/libdrm/libdrm-2.4.101.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
2.4.100 1
|
||||
2.4.101 1
|
||||
|
Loading…
Reference in New Issue
Block a user