Date: Sunday, September 27, 2020 @ 07:38:19
  Author: foutrelis
Revision: 712570

Switch to gn-m85; extra/gn currently targets M86

Modified:
  libwebrtc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-27 06:20:16 UTC (rev 712569)
+++ PKGBUILD    2020-09-27 07:38:19 UTC (rev 712570)
@@ -8,7 +8,7 @@
 arch=('x86_64')
 url='https://webrtc.org/?hl=de'
 license=('custom:BSD')
-makedepends=('git' 'gn' 'ninja' 'unzip' 'python2' 'python' 'libxrandr' 
'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 'libva')
+makedepends=('git' 'gn-m85' 'ninja' 'unzip' 'python2' 'python' 'libxrandr' 
'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 'libva')
 options=('staticlibs')
 
source=("webrtc_src::git+https://github.com/open-webrtc-toolkit/owt-deps-webrtc.git#commit=${_commit}";
         'https://storage.googleapis.com/chrome-infra/depot_tools.zip'
@@ -49,12 +49,12 @@
   mkdir out/Release
   cp "${srcdir}"/args.gn out/Release/args.gn
 
-  gn gen out/Release
+  gn-m85 gen out/Release
 }
 
 build() {
   cd src
-  
+
   ninja -C out/Release webrtc
 }
 

Reply via email to