thunderbird/mozilla-build-arm.patch
Tomas Popela 58be0e5f7e Revert "thunderbird package is retired on branch c10s for BAKERY-412"
This reverts commit de610ad3f3.

We will need this for RHEL 10 Flatpaks

Related: RHEL-24330
2024-06-24 10:56:27 +02:00

13 lines
497 B
Diff

diff -up firefox-29.0/mozilla-release/gfx/ycbcr/moz.build.arm firefox-29.0/mozilla-release/gfx/ycbcr/moz.build
--- firefox-29.0/mozilla-release/gfx/ycbcr/moz.build.arm 2014-04-22 07:27:47.000000000 +0200
+++ firefox-29.0/mozilla-release/gfx/ycbcr/moz.build 2014-04-22 16:40:34.862849368 +0200
@@ -61,7 +61,7 @@ else:
'yuv_row_other.cpp',
]
-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+if CONFIG['HAVE_ARM_NEON']:
SOURCES += [
'yuv_row_arm.s',
]