summaryrefslogtreecommitdiffstats
path: root/gfx/cairo
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-20 04:01:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-20 04:01:56 +0000
commit350be0cc3025f133a0a81533188c81ac26d624e8 (patch)
treece8a294f8c00a3f91a1781428ab72592754ea779 /gfx/cairo
parentAdding debian version 127.0-1. (diff)
downloadfirefox-350be0cc3025f133a0a81533188c81ac26d624e8.tar.xz
firefox-350be0cc3025f133a0a81533188c81ac26d624e8.zip
Merging upstream version 127.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/cairo')
-rw-r--r--gfx/cairo/libpixman/src/moz.build2
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 += [