keep screenshots extension

This commit is contained in:
ohfp 2020-04-10 20:15:51 +02:00
parent d366ba3bd4
commit d7d472c422
2 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ sha256sums=('bbb1054d8f2717c634480556d3753a8483986af7360e023bb6232df80b746b0f'
'0471d32366c6f415f7608b438ddeb10e2f998498c389217cdd6cc52e8249996b'
'SKIP'
'SKIP'
'70fab85453130a84fd2a1865f1cea660f848f394d689cd744b141927359a5937')
'24b75ba55cb4a2c9a088a22279a1f07fd3b8f3ef4f47774c0c12b79f4bfad124')
if [[ $CARCH == 'aarch64' ]]; then
source+=(arm.patch

View file

@ -1,16 +1,16 @@
diff --git a/browser/extensions/moz.build b/browser/extensions/moz.build
index 4c9fa78..df8ea65 100644
index 4c9fa78..095d199 100644
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
@@ -5,10 +5,6 @@
@@ -5,10 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DIRS += [
- 'doh-rollout',
'formautofill',
- 'pdfjs',
'pdfjs',
- 'screenshots',
- 'webcompat',
- 'report-site-issue'
+ 'pdfjs'
+ 'screenshots'
]