gnu: libdrm: Use G-expressions.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Use G-expressions.master
parent
037bfd8545
commit
c44b5f89c9
|
@ -659,21 +659,21 @@ rasterisation.")
|
||||||
"0dwpry9m5l27dlhq48j4bsiqwm0247cxdqwv3b7ddmkynk2f9kpf"))))
|
"0dwpry9m5l27dlhq48j4bsiqwm0247cxdqwv3b7ddmkynk2f9kpf"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list #:configure-flags
|
||||||
'(,@(match (%current-system)
|
(match (%current-system)
|
||||||
((or "armhf-linux" "aarch64-linux")
|
((or "armhf-linux" "aarch64-linux")
|
||||||
'("-Dexynos=true"
|
#~(list "-Dexynos=true"
|
||||||
"-Domap=true"
|
"-Domap=true"
|
||||||
"-Detnaviv=true"
|
"-Detnaviv=true"
|
||||||
"-Dtegra=true"
|
"-Dtegra=true"
|
||||||
"-Dfreedreno-kgsl=true"))
|
"-Dfreedreno-kgsl=true"))
|
||||||
(_ '())))
|
(_ ''()))
|
||||||
|
#:phases
|
||||||
#:phases (modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "meson" "test" "--timeout-multiplier" "5")))))))
|
(invoke "meson" "test" "--timeout-multiplier" "5")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list libpciaccess))
|
(list libpciaccess))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue