diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-01-30 02:05:46 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-01-30 02:05:46 +0000 |
commit | 3e91a38f6c83b11a6056ac6d089d4bf92062b66a (patch) | |
tree | 125bb12cba4f0d960f6f3abf41acc9998b4a3cf2 | |
parent | fe91ca163eb477cb06885e7b7d46ce7bcf061b16 (diff) |
pixman: update to 0.43.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1336>
-rw-r--r-- | recipes/pixman.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pixman.recipe b/recipes/pixman.recipe index 03b8e124..7276222f 100644 --- a/recipes/pixman.recipe +++ b/recipes/pixman.recipe @@ -7,11 +7,11 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'pixman' - version = '0.43.0' + version = '0.43.2' stype = SourceType.TARBALL btype = BuildType.MESON url = 'https://www.x.org/releases/individual/lib/pixman-%(version)s.tar.xz' - tarball_checksum = '5ba00c2879932c32d2ef878b6e802e3f898dda14c07e881dcfcc6a8f670e0cdc' + tarball_checksum = 'b43dc9549c02c598fb11321d6fca47151f739a076c73fcd8971b5c023a06949e' meson_options = {'openmp': 'disabled', 'gtk': 'disabled', 'libpng': 'disabled', |