mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
libdrm: update to 2.4.112.
This commit is contained in:
parent
5e369e14aa
commit
0f9c41f586
2 changed files with 3 additions and 4 deletions
|
@ -281,7 +281,6 @@ libdrm_intel.so.1 libdrm-2.4.6_1
|
|||
libdrm_nouveau.so.2 libdrm-2.4.34_1
|
||||
libdrm_amdgpu.so.1 libdrm-2.4.64_1
|
||||
libdrm_freedreno.so.1 libdrm-2.4.97_1
|
||||
libkms.so.1 libdrm-2.4.6_1
|
||||
libXxf86vm.so.1 libXxf86vm-1.0.2_1
|
||||
libXi.so.6 libXi-1.2.1_1
|
||||
libdmx.so.1 libdmx-1.0.2_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libdrm'
|
||||
pkgname=libdrm
|
||||
version=2.4.110
|
||||
version=2.4.112
|
||||
revision=1
|
||||
wrksrc="drm-libdrm-${version}"
|
||||
build_style=meson
|
||||
|
@ -12,14 +12,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://dri.freedesktop.org/"
|
||||
distfiles="https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-${version}/drm-libdrm-${version}.tar.gz"
|
||||
checksum=80908d23709e0530a60de7a6efd026760e4d83c1bb334a953bd357c297be49a3
|
||||
checksum=d9d38a989e22c8c6aad6ecc27db25de2fe685bf0e2c27855f8135ea4ca1cdddb
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) configure_args+=" -Dvc4=true";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
sed -n 9,25p < libsync.h > LICENSE
|
||||
sed -n 3,25p < libsync.h > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue