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 /gfx | |
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 '')
-rw-r--r-- | gfx/cairo/libpixman/src/moz.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/cairo/libpixman/src/moz.build b/gfx/cairo/libpixman/src/moz.build index 6d5cee9c8d..8354df8339 100644 --- a/gfx/cairo/libpixman/src/moz.build +++ b/gfx/cairo/libpixman/src/moz.build @@ -93,6 +93,8 @@ elif CONFIG['TARGET_CPU'] == 'arm': 'pixman-arm-simd-asm.S', 'pixman-arm-simd.c', ] + if CONFIG['HAVE_ARM_NEON'] or CONFIG['HAVE_ARM_SIMD']: + DEFINES['ASM_HAVE_SYNTAX_UNIFIED'] = True if CONFIG['OS_TARGET'] == 'Android': # For cpu-features.h LOCAL_INCLUDES += [ |