1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Alexey Abramov
2025-11-24 14:12:07 +01:00
committed by Ludovic Courtès
parent 6618803875
commit 94f881388d

View File

@@ -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