mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pixman: Version bump. 0.40.0 -> 0.42.0
@ 2022-10-20 12:59 Christian Melki
  2022-10-28 14:44 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-10-20 12:59 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 rules/pixman.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/pixman.make b/rules/pixman.make
index 32685bc73..db1a01439 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
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-28 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 12:59 [ptxdist] [PATCH] pixman: Version bump. 0.40.0 -> 0.42.0 Christian Melki
2022-10-28 14:44 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox