| Index: media/audio/BUILD.gn
|
| diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
|
| index f2a04d2d7c5b7109b2c29e54203387ebab3dcb93..57b6572129cb93ad8baa7f388bc13b5043bae27c 100644
|
| --- a/media/audio/BUILD.gn
|
| +++ b/media/audio/BUILD.gn
|
| @@ -6,7 +6,7 @@ import("//media/media_options.gni")
|
|
|
| # When libpulse is not directly linked, use stubs to allow for dlopening of the
|
| # binary.
|
| -if (!linux_link_pulseaudio) {
|
| +if (!link_pulseaudio) {
|
| action("pulse_generate_stubs") {
|
| extra_header = "pulse/pulse_stub_header.fragment"
|
|
|
| @@ -221,7 +221,7 @@ source_set("audio") {
|
| "pulse/pulse_util.h",
|
| ]
|
|
|
| - if (linux_link_pulseaudio) {
|
| + if (link_pulseaudio) {
|
| pkg_config("libpulse") {
|
| packages = [ "libpulse" ]
|
| }
|
|
|