libdrm: update to 2.4.107.
This commit is contained in:
parent
a89e1ef060
commit
70184be12e
|
@ -1,9 +0,0 @@
|
|||
https://gitlab.freedesktop.org/mesa/drm/-/commit/40f73d0b0b3936ccadc693edc25aad70c1225766
|
||||
--- a/xf86drmMode.c 2021-04-07 16:54:11.000000000 +0300
|
||||
+++ b/xf86drmMode.c 2021-04-23 08:16:18.037479830 +0300
|
||||
@@ -292,2 +292 @@ drm_public int drmModeAddFB2WithModifier
|
||||
- if (modifier) {
|
||||
- f.flags |= DRM_MODE_FB_MODIFIERS;
|
||||
+ if (modifier)
|
||||
@@ -295 +293,0 @@ drm_public int drmModeAddFB2WithModifier
|
||||
- }
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libdrm'
|
||||
pkgname=libdrm
|
||||
version=2.4.105
|
||||
version=2.4.107
|
||||
revision=1
|
||||
wrksrc="drm-libdrm-${version}"
|
||||
build_style=meson
|
||||
|
@ -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=0ba5017cafd4b7ac885356403c20105d40efcd11271ebf75727c1a5599e4ed53
|
||||
checksum=16b23932a2b7d41d091cf95662a83f56c680a9bb3456931c0b76fde02ae2d53f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) configure_args+=" -Dvc4=true";;
|
||||
|
|
Loading…
Reference in New Issue