Thanks, applied as 94368f7d754edeb1a82ede1bd166c64c2833e8a4. Michael
[sent from post-receive hook] On Wed, 14 May 2025 08:07:41 +0200, Christian Melki <[email protected]> wrote: > https://lists.freedesktop.org/archives/pixman/2025-April/005025.html > > * Pin down a few options, notably the new fast path for RISCV. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/pixman.make b/rules/pixman.make > index 33f18005a24c..ebd11aa229dc 100644 > --- a/rules/pixman.make > +++ b/rules/pixman.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIXMAN) += pixman > # > # Paths and names > # > -PIXMAN_VERSION := 0.44.2 > -PIXMAN_MD5 := 3c403e3601d963a6972128b322342651 > +PIXMAN_VERSION := 0.46.0 > +PIXMAN_MD5 := ea559ebeb853d8f5b2bf86832769b011 > PIXMAN := pixman-$(PIXMAN_VERSION) > PIXMAN_SUFFIX := tar.xz > PIXMAN_URL := $(call ptx/mirror, XORG, > individual/lib/$(PIXMAN).$(PIXMAN_SUFFIX)) > @@ -48,10 +48,12 @@ PIXMAN_CONF_OPT := \ > -Dmmx=$(call ptx/endis, PTXCONF_ARCH_X86)d \ > -Dneon=$(call ptx/endis, PTXCONF_ARCH_ARMV7_NEON)d \ > -Dopenmp=disabled \ > + -Drvv=$(call ptx/endis, PTXCONF_ARCH_RISCV)d \ > -Dsse2=$(call ptx/endis, PTXCONF_ARCH_X86)d \ > -Dssse3=$(call ptx/endis, PTXCONF_ARCH_X86)d \ > -Dtests=disabled \ > -Dtimers=false \ > + -Dtls=auto \ > -Dvmx=disabled > > # > ----------------------------------------------------------------------------
