GNU bug report logs -
#61039
[PATCH core-updates 0/1] gnu: libdrm: Fix building on ARM architectures.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Tue, 24 Jan 2023 17:27:01 UTC
Severity: normal
Tags: patch
Done: Simon South <simon <at> simonsouth.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/xdisorg.scm (libdrm)[arguments]<#:configure-flags>: Update
option values to match current version of libdrm.
---
gnu/packages/xdisorg.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9b45d51637..8f5c42030c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -706,10 +706,10 @@ (define-public libdrm
(list #:configure-flags
(match (%current-system)
((or "armhf-linux" "aarch64-linux")
- #~(list "-Dexynos=true"
- "-Domap=true"
- "-Detnaviv=true"
- "-Dtegra=true"
+ #~(list "-Dexynos=enabled"
+ "-Domap=enabled"
+ "-Detnaviv=enabled"
+ "-Dtegra=enabled"
"-Dfreedreno-kgsl=true"))
(_ ''()))
#:phases
--
2.39.1
This bug report was last modified 1 year and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.