diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:01:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:01:55 +0000 |
commit | 0409b8aa646ea5192cd91976a89f71024129344c (patch) | |
tree | f95ba411e9e8b81d511c448d9fc010a876e8b481 /toolkit/moz.configure | |
parent | Adding upstream version 127.0. (diff) | |
download | firefox-0409b8aa646ea5192cd91976a89f71024129344c.tar.xz firefox-0409b8aa646ea5192cd91976a89f71024129344c.zip |
Adding upstream version 127.0.1.upstream/127.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/moz.configure')
-rw-r--r-- | toolkit/moz.configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/moz.configure b/toolkit/moz.configure index 6ad16dc1b7..7282b80d81 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -3353,7 +3353,7 @@ with only_when(compile_environment): set_config("MOZ_TREE_PIXMAN", True, when=in_tree_pixman) set_define("MOZ_TREE_PIXMAN", True, when=in_tree_pixman) - pkg_check_modules("MOZ_PIXMAN", "pixman-1 >= 0.36.0", when="--enable-system-pixman") + pkg_check_modules("MOZ_PIXMAN", "pixman-1 >= 0.40.0", when="--enable-system-pixman") # Set MOZ_PIXMAN_CFLAGS to an explicit empty value when --enable-system-pixman is *not* used, # for layout/style/extra-bindgen-flags set_config("MOZ_PIXMAN_CFLAGS", [], when=in_tree_pixman) |