From f7ae040da39ac0009776802371e088f15531b9e7 Mon Sep 17 00:00:00 2001
From: Nicolas Vigier <boklm@torproject.org>
Date: Tue, 30 Apr 2019 17:06:00 +0200
Subject: [PATCH] Bug 29981: Add yasm to the list of dependencies for android
 builds

Note: yasm is only needed for android-x86 builds.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 1dc2cfdb5..6aa763e9f 100644
--- a/README
+++ b/README
@@ -208,7 +208,7 @@ with the following command:
             autoconf2.13 openjdk-8-jdk gettext-base autotools-dev \
             automake autoconf libtool autopoint libssl-dev \
             pkg-config zlib1g-dev libparallel-forkmanager-perl \
-            libfile-slurp-perl bzip2 xz-utils apksigner
+            libfile-slurp-perl bzip2 xz-utils apksigner yasm
 
 
 Common Build Errors
-- 
GitLab