mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/chromium: fix
This commit is contained in:
parent
f12fe41d79
commit
fdc557c736
1 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
# - is_cfi=false, use_gold=false
|
||||
# - clang_use_default_sample_profile=false, AFDO breaks distcc
|
||||
# - use_allocator="none", tcmalloc breaks ARM
|
||||
# - use_vaapi=false, remove libva depend
|
||||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
|
@ -23,7 +24,7 @@ arch=('x86_64')
|
|||
url="https://www.chromium.org/Home"
|
||||
license=('BSD')
|
||||
depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
|
||||
'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib' 'libva'
|
||||
'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
|
||||
'desktop-file-utils' 'hicolor-icon-theme')
|
||||
makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
|
||||
'clang' 'lld' 'gn' 'java-runtime-headless' 'distcc-clang')
|
||||
|
@ -190,7 +191,7 @@ build() {
|
|||
'use_custom_libcxx=false'
|
||||
'enable_hangout_services_extension=true'
|
||||
'enable_widevine=true'
|
||||
'use_vaapi=true'
|
||||
'use_vaapi=false'
|
||||
'enable_nacl=false'
|
||||
'enable_swiftshader=false'
|
||||
"google_api_key=\"${_google_api_key}\""
|
||||
|
|
Loading…
Reference in a new issue