mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
parent
d8678f7579
commit
5e6bcda7b1
2 changed files with 11 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
https://gitlab.freedesktop.org/mesa/drm/-/commit/40f73d0b0b3936ccadc693edc25aad70c1225766
|
||||||
|
--- xf86drmMode.c 2021-04-07 16:54:11.000000000 +0300
|
||||||
|
+++ 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'
|
# Template file for 'libdrm'
|
||||||
pkgname=libdrm
|
pkgname=libdrm
|
||||||
version=2.4.103
|
version=2.4.105
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="drm-libdrm-${version}"
|
wrksrc="drm-libdrm-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -12,7 +12,7 @@ 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=9235bcbcaca43372151ce82af7c1f83aec5e6f371153cd7957a117f99098713f
|
checksum=0ba5017cafd4b7ac885356403c20105d40efcd11271ebf75727c1a5599e4ed53
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*) configure_args+=" -Dvc4=true";;
|
aarch64*) configure_args+=" -Dvc4=true";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue