summarylogtreecommitdiffstats
path: root/0028-Allow-Eme-for-arm-and-Aarch64.patch
diff options
context:
space:
mode:
authorBjörn Bidar2023-09-20 21:55:32 +0300
committerBjörn Bidar2023-09-20 21:57:35 +0300
commitd81df13d11d918098af0991994472c172817e33e (patch)
tree9a0c027eb0c68f9cbf5076a1b489d033322191a7 /0028-Allow-Eme-for-arm-and-Aarch64.patch
parenta4ae66b6b28607dd7bec51cae73300552ec8fafd (diff)
downloadaur-d81df13d11d918098af0991994472c172817e33e.tar.gz
Update to 117.0-1
- New upstream release - Use tarball instead of hg sources (missing in last change) - Patches can be found here: https://github.com/Thaodan/gecko-dev/tree/thaodan/release/117.x - Include GNOME Shell search provider Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
Diffstat (limited to '0028-Allow-Eme-for-arm-and-Aarch64.patch')
-rw-r--r--0028-Allow-Eme-for-arm-and-Aarch64.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0028-Allow-Eme-for-arm-and-Aarch64.patch b/0028-Allow-Eme-for-arm-and-Aarch64.patch
new file mode 100644
index 000000000000..a371a3a1e5a2
--- /dev/null
+++ b/0028-Allow-Eme-for-arm-and-Aarch64.patch
@@ -0,0 +1,26 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar@jolla.com>
+Date: Sat, 11 Feb 2023 14:57:59 +0200
+Subject: [PATCH] Allow Eme for arm and Aarch64
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com>
+---
+ toolkit/moz.configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/toolkit/moz.configure b/toolkit/moz.configure
+index dd9583868a0e15e5c3f4c56852531ff6fbe921eb..e3dca0c5e58b7a118fb820e148efb55d41d8eb8d 100644
+--- a/toolkit/moz.configure
++++ b/toolkit/moz.configure
+@@ -906,7 +906,7 @@ def eme_choices(target, wmf):
+ if (
+ target.kernel in ("WINNT", "Linux")
+ and target.os != "Android"
+- and target.cpu in ("x86", "x86_64")
++ and target.cpu in ("x86", "x86_64", "arm", "aarch64")
+ ):
+ if wmf:
+ return ("widevine", "wmfcdm")