[angleproject] Add google-cloud-sdk to makedepends

google-cloud-sdk (optional) – for gsutil and download_from_google_storage
This commit is contained in:
Teoh Han Hui 2019-04-23 21:47:43 +02:00 committed by GitHub
parent c1d7052470
commit 0141149329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ arch=('any')
url='https://chromium.googlesource.com/angle/angle/+/master/README.md'
license=('BSD')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'git' 'gyp-git' 'depot-tools-git' 'python' 'python2')
makedepends=('mingw-w64-gcc' 'git' 'gyp-git' 'depot-tools-git' 'google-cloud-sdk' 'python' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
source=("angleproject::git+https://chromium.googlesource.com/angle/angle$_angle_commit"
"additional-mingw-header::git+https://github.com/Martchus/additional-mingw-header.git$_header_commit"