b5f92a349c
GitOrigin-RevId: 7c9cc5a6e5d38010801741ac830a3f8fd667a7a0
24 lines
765 B
Diff
24 lines
765 B
Diff
From da66a74e8b8e57b4a60b2cd0d18ef3bebb15509c Mon Sep 17 00:00:00 2001
|
|
From: Nick Cao <nickcao@nichi.co>
|
|
Date: Tue, 10 Oct 2023 11:45:24 -0400
|
|
Subject: [PATCH 1/2] qtwebengine: link pulseaudio
|
|
|
|
---
|
|
src/core/CMakeLists.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
|
|
index 4153ce180..e89f41798 100644
|
|
--- a/src/core/CMakeLists.txt
|
|
+++ b/src/core/CMakeLists.txt
|
|
@@ -340,6 +340,7 @@ foreach(arch ${archs})
|
|
use_static_angle=true
|
|
chrome_root_store_supported=false
|
|
trial_comparison_cert_verifier_supported=false
|
|
+ link_pulseaudio=true
|
|
)
|
|
extend_gn_list(gnArgArg
|
|
ARGS use_v8_context_snapshot v8_use_external_startup_data
|
|
--
|
|
2.42.0
|
|
|