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
|
@ -395,15 +395,11 @@ rasterisation.")
|
|||
(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 New Issue