mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: pixman: auto-detect arm-simd optimizations for arm32 targets.
* gnu/packages/xdisorg.scm (pixman)[arguments]<#:configure-flags>: Remove arm-simd flag. Meson requires feature options to use "enabled", "disabled", or "auto" and not boolean strings. Let it auto-detect ARM SIMD optimizations. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6618803875
commit
94f881388d
1 changed files with 1 additions and 4 deletions
|
|
@ -1023,10 +1023,7 @@ typing tool (@code{wtype}, @code{xdotool}, etc.), or via standard output.")
|
|||
(list
|
||||
#:configure-flags
|
||||
#~(list "-Dtimers=true"
|
||||
"-Dgnuplot=true"
|
||||
#$@(if (target-arm32?)
|
||||
'("-Darm-simd=disabled")
|
||||
'()))))
|
||||
"-Dgnuplot=true")))
|
||||
(synopsis "Low-level pixel manipulation library")
|
||||
(description "Pixman is a low-level software library for pixel
|
||||
manipulation, providing features such as image compositing and trapezoid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue