mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
chromium: Link against pulse instead of dlopen().
This fixes the issue of Chromium not being able to load the pulseaudio librarp We could also propagate the build inputs, but it would end up being the same as just directoly linking against the library. Thanks to @aristidb for noticing this in #2421: https://github.com/NixOS/nixpkgs/pull/2421#issuecomment-42113656 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
9e5f7ada34
commit
17807c8b6c
|
@ -148,6 +148,7 @@ let
|
|||
use_gconf = gnomeSupport;
|
||||
use_gio = gnomeSupport;
|
||||
use_pulseaudio = pulseSupport;
|
||||
linux_link_pulseaudio = pulseSupport;
|
||||
disable_nacl = !enableNaCl;
|
||||
use_openssl = useOpenSSL;
|
||||
selinux = enableSELinux;
|
||||
|
|
Loading…
Reference in a new issue