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:
@@ -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). */
|
||||
|
||||
Submodule project/lib/pixman updated: 244383bf9f...37216a3283
Reference in New Issue
Block a user