mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
libdrm: update to 2.4.101.
This commit is contained in:
parent
c1ac8319e7
commit
75548e105b
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libdrm'
|
# Template file for 'libdrm'
|
||||||
pkgname=libdrm
|
pkgname=libdrm
|
||||||
version=2.4.100
|
version=2.4.101
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="drm-libdrm-${version}"
|
wrksrc="drm-libdrm-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -12,7 +12,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://dri.freedesktop.org/"
|
homepage="https://dri.freedesktop.org/"
|
||||||
distfiles="https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-${version}/drm-libdrm-${version}.tar.gz"
|
distfiles="https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-${version}/drm-libdrm-${version}.tar.gz"
|
||||||
checksum=28d524e0ed8dfb064211e864c29799a1140aed1ff39d53fdecc6c9575a4835a8
|
checksum=765e1fb2b03dadd17678d5ad4260066b1519f964009a8aba4b097ee945cd75f6
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) configure_args+=" -Dvc4=true";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n 9,25p < libsync.h > LICENSE
|
sed -n 9,25p < libsync.h > LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue