Thanks, applied as b04ba02152ad6f4e0e88aadf8acf79bc3b5217ef. Michael
[sent from post-receive hook] On Fri, 28 Oct 2022 16:44:29 +0200, Christian Melki <[email protected]> wrote: > Two years worth of changes. > Mostly minor though. > > * Make use of the new meson flag to disable building of test/demos. > > 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 32685bc7309e..db1a014390d8 100644 > --- a/rules/pixman.make > +++ b/rules/pixman.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIXMAN) += pixman > # > # Paths and names > # > -PIXMAN_VERSION := 0.40.0 > -PIXMAN_MD5 := ee642c14f4f18934246c57a440da9ca2 > +PIXMAN_VERSION := 0.42.0 > +PIXMAN_MD5 := 7330a91505c123c09163d211cb285e88 > PIXMAN := pixman-$(PIXMAN_VERSION) > PIXMAN_SUFFIX := tar.xz > PIXMAN_URL := $(call ptx/mirror, XORG, > individual/lib/$(PIXMAN).$(PIXMAN_SUFFIX)) > @@ -48,7 +48,8 @@ PIXMAN_CONF_OPT := \ > -Dsse2=$(call ptx/endis, PTXCONF_ARCH_X86)d \ > -Dssse3=$(call ptx/endis, PTXCONF_ARCH_X86)d \ > -Dtimers=false \ > - -Dvmx=disabled > + -Dvmx=disabled \ > + -Dtests=disabled > > # > ---------------------------------------------------------------------------- > # Target-Install
