update pixman to 0.42.2 to fix macOS builds

was running into this issue: https://issuetracker.google.com/issues/249834910
This commit is contained in:
Josh Tynjala
2024-04-19 09:26:10 -07:00
parent b84eafdef6
commit 237c8c6357
2 changed files with 4 additions and 4 deletions

View File

@@ -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). */