mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
disable enable_remoting for 2019.05
This commit is contained in:
parent
8c13e053a6
commit
d30bec9c87
1 changed files with 7 additions and 0 deletions
|
@ -500,6 +500,12 @@ export PYTHONPATH="../../third_party/pyjson5/src:../../xcb-proto-%{xcb_version}"
|
|||
%define clang_use_chrome_plugins clang_use_chrome_plugins=true
|
||||
%endif
|
||||
|
||||
%if %{mdvver} == 201905
|
||||
%define enable_remoting enable_remoting=false
|
||||
%else
|
||||
%define enable_remoting enable_remoting=true
|
||||
%endif
|
||||
|
||||
# v NO TABS IN HERE!
|
||||
%define gn_config use_sysroot=false \
|
||||
system_libdir="%{_lib}" \
|
||||
|
@ -532,6 +538,7 @@ export PYTHONPATH="../../third_party/pyjson5/src:../../xcb-proto-%{xcb_version}"
|
|||
use_system_libpng=%{is_libpng} \
|
||||
use_vaapi=%{is_vaapi} \
|
||||
enable_dav1d_decoder=true enable_libaom_decoder=false \
|
||||
%{?enable_remoting} \
|
||||
v8_use_external_startup_data=false \
|
||||
google_api_key="%{google_api_key}" \
|
||||
google_default_client_id="%{google_default_client_id}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue