diff --git a/chromium/PKGBUILD b/chromium/PKGBUILD index 494a1a9..f99a443 100644 --- a/chromium/PKGBUILD +++ b/chromium/PKGBUILD @@ -44,7 +44,7 @@ depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib' 'desktop-file-utils' 'hicolor-icon-theme') depends+=(${_system_libs[@]}) -makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang') +makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang' 'lld') optdepends=('pepperflashplugin: support for Flash content' 'kwallet: for storing passwords in KWallet' 'kdialog: needed for file dialogs in KDE') @@ -180,10 +180,8 @@ build() { 'ffmpeg_branding="Chrome"' 'proprietary_codecs=true' 'link_pulseaudio=true' - 'use_gtk3=true' 'use_gconf=false' 'use_gnome_keyring=false' - 'use_lld=false' 'use_sysroot=false' 'linux_use_bundled_binutils=false' 'use_custom_libcxx=false'