Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libdrm: update to 2.4.110. #35657

Merged
merged 1 commit into from Feb 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/libdrm/template
@@ -1,6 +1,6 @@
# Template file for 'libdrm'
pkgname=libdrm
version=2.4.109
version=2.4.110
revision=1
wrksrc="drm-libdrm-${version}"
build_style=meson
Expand All @@ -12,7 +12,7 @@ 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=5ba126403051b2cad0afa4f1d6f78e08d985543db562f164a5fc63c501e07ffd
checksum=80908d23709e0530a60de7a6efd026760e4d83c1bb334a953bd357c297be49a3

case "$XBPS_TARGET_MACHINE" in
aarch64*) configure_args+=" -Dvc4=true";;
Expand Down