mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 07:52:54 +00:00
Add KerberOS support
This commit is contained in:
parent
9939d4da81
commit
b0c0475d37
1 changed files with 4 additions and 2 deletions
|
@ -192,6 +192,7 @@ BuildRequires: pkgconfig(xt)
|
|||
BuildRequires: pkgconfig(xtst)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(vpx)
|
||||
BuildRequires: pkgconfig(krb5-gssapi)
|
||||
BuildRequires: pythonegg(beautifulsoup4)
|
||||
BuildRequires: pythonegg(html5lib)
|
||||
|
||||
|
@ -605,16 +606,17 @@ ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
|
|||
enable_widevine=%{is_widevine} \
|
||||
pdf_enable_xfa=true \
|
||||
use_pulseaudio=true \
|
||||
use_kerberos=true \
|
||||
use_allocator="none" \
|
||||
treat_warnings_as_errors=false \
|
||||
fatal_linker_warnings=false \
|
||||
use_aura=true \
|
||||
use_libpci = true \
|
||||
use_libpci=true \
|
||||
is_debug=false \
|
||||
is_clang=%{is_clang} \
|
||||
clang_use_chrome_plugins=false \
|
||||
clang_base_path="/usr" \
|
||||
use_jumbo_build = true \
|
||||
use_jumbo_build=true \
|
||||
jumbo_file_merge_limit = %{is_limit} \
|
||||
use_lld=%{is_lld} \
|
||||
use_system_freetype=true \
|
||||
|
|
Loading…
Add table
Reference in a new issue