mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: libdrm: Fix configure-flags.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Update configure-flags for new build system. Join aarch64 and armhf selections.
This commit is contained in:
parent
f6dadee426
commit
c022edf6f4
1 changed files with 5 additions and 9 deletions
|
@ -395,15 +395,11 @@ (define-public libdrm
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
'(,@(match (%current-system)
|
||||
("armhf-linux"
|
||||
'("-Dexynos-experimental-api=true"
|
||||
"-Domap-experimental-api=true"
|
||||
"-Detnaviv-experimental-api=true"
|
||||
"-Dtegra-experimental-api=true"
|
||||
"-Dfreedreno-kgsl=true"))
|
||||
("aarch64-linux=true"
|
||||
'("-Dtegra-experimental-api=true"
|
||||
"-Detnaviv-experimental-api=true"
|
||||
((or "armhf-linux" "aarch64-linux")
|
||||
'("-Dexynos=true"
|
||||
"-Domap=true"
|
||||
"-Detnaviv=true"
|
||||
"-Dtegra=true"
|
||||
"-Dfreedreno-kgsl=true"))
|
||||
(_ '())))))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue