libdrm: update to 2.4.94.
This commit is contained in:
parent
d927f457e4
commit
bd66e5a13d
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'libdrm'
|
||||
pkgname=libdrm
|
||||
version=2.4.93
|
||||
version=2.4.94
|
||||
revision=1
|
||||
wrksrc="drm-libdrm-${version}"
|
||||
build_style=meson
|
||||
configure_args="-Dudev=true -Dvalgrind=false"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,8 +11,8 @@ short_desc="Userspace interface to kernel DRM services"
|
|||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://dri.freedesktop.org/"
|
||||
distfiles="https://dri.freedesktop.org/libdrm/${pkgname}-${version}.tar.bz2"
|
||||
checksum=6e84d1dc9548a76f20b59a85cf80a0b230cd8196084f5243469d9e65354fcd3c
|
||||
distfiles="https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-${version}/drm-libdrm-${version}.tar.gz"
|
||||
checksum=a681c0458368eec79e5e12969023958542468b48bb8b868ae4464ae450a714eb
|
||||
|
||||
post_install() {
|
||||
sed -n 9,25p < libsync.h > LICENSE
|
||||
|
|
2
srcpkgs/libdrm/update
Normal file
2
srcpkgs/libdrm/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site=https://gitlab.freedesktop.org/mesa/drm/tags
|
||||
pkgname=drm-libdrm
|
Loading…
Reference in a new issue