From 237c8c63578940bc3e60b9085eee9e25a0c98417 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Apr 2024 09:26:10 -0700 Subject: [PATCH] update pixman to 0.42.2 to fix macOS builds was running into this issue: https://issuetracker.google.com/issues/249834910 --- project/lib/custom/pixman/config.h | 6 +++--- project/lib/pixman | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/lib/custom/pixman/config.h b/project/lib/custom/pixman/config.h index e5f165fc3..695e0428c 100644 --- a/project/lib/custom/pixman/config.h +++ b/project/lib/custom/pixman/config.h @@ -207,7 +207,7 @@ #define PACKAGE_NAME "pixman" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "pixman 0.40.1" +#define PACKAGE_STRING "pixman 0.42.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "pixman" @@ -216,7 +216,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.40.0" +#define PACKAGE_VERSION "0.42.2" /* enable output that can be piped to gnuplot */ /* #undef PIXMAN_GNUPLOT */ @@ -317,7 +317,7 @@ #endif /* Version number of package */ -#define VERSION "0.40.0" +#define VERSION "0.42.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/project/lib/pixman b/project/lib/pixman index 244383bf9..37216a328 160000 --- a/project/lib/pixman +++ b/project/lib/pixman @@ -1 +1 @@ -Subproject commit 244383bf9f3493c014985de46876e40fd5db43f3 +Subproject commit 37216a32839f59e8dcaa4c3951b3fcfc3f07852c