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
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'(,@(match (%current-system)
|
'(,@(match (%current-system)
|
||||||
("armhf-linux"
|
((or "armhf-linux" "aarch64-linux")
|
||||||
'("-Dexynos-experimental-api=true"
|
'("-Dexynos=true"
|
||||||
"-Domap-experimental-api=true"
|
"-Domap=true"
|
||||||
"-Detnaviv-experimental-api=true"
|
"-Detnaviv=true"
|
||||||
"-Dtegra-experimental-api=true"
|
"-Dtegra=true"
|
||||||
"-Dfreedreno-kgsl=true"))
|
|
||||||
("aarch64-linux=true"
|
|
||||||
'("-Dtegra-experimental-api=true"
|
|
||||||
"-Detnaviv-experimental-api=true"
|
|
||||||
"-Dfreedreno-kgsl=true"))
|
"-Dfreedreno-kgsl=true"))
|
||||||
(_ '())))))
|
(_ '())))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue