mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-25 07:32:51 +00:00
Explicirlt link libpulse instead of dlopen()'ning it to autoreq it and be sure of ABI compatibility
This commit is contained in:
parent
6ab1f551f5
commit
9f66c84101
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
Summary: A fast web browser based on the Blink engine
|
Summary: A fast web browser based on the Blink engine
|
||||||
Name: chromium-browser-stable
|
Name: chromium-browser-stable
|
||||||
Version: 88.0.4324.182
|
Version: 88.0.4324.182
|
||||||
Release: 1
|
Release: 2
|
||||||
License: BSD, LGPL
|
License: BSD, LGPL
|
||||||
Group: Networking/WWW
|
Group: Networking/WWW
|
||||||
Url: https://www.chromium.org/Home
|
Url: https://www.chromium.org/Home
|
||||||
|
@ -514,6 +514,7 @@ export PYTHONPATH="../../third_party/pyjson5/src:../../xcb-proto-%{xcb_version}"
|
||||||
use_libjpeg_turbo=false \
|
use_libjpeg_turbo=false \
|
||||||
enable_widevine=%{is_widevine} \
|
enable_widevine=%{is_widevine} \
|
||||||
use_pulseaudio=true \
|
use_pulseaudio=true \
|
||||||
|
link_pulseaudio=true \
|
||||||
use_allocator="none" \
|
use_allocator="none" \
|
||||||
treat_warnings_as_errors=false \
|
treat_warnings_as_errors=false \
|
||||||
fatal_linker_warnings=false \
|
fatal_linker_warnings=false \
|
||||||
|
|
Loading…
Add table
Reference in a new issue