2023-10-19 13:55:26 +00:00
|
|
|
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
|
2023-08-22 20:05:09 +00:00
|
|
|
--- a/src/core/CMakeLists.txt
|
|
|
|
+++ b/src/core/CMakeLists.txt
|
2023-10-19 13:55:26 +00:00
|
|
|
@@ -340,6 +340,7 @@ foreach(arch ${archs})
|
|
|
|
use_static_angle=true
|
|
|
|
chrome_root_store_supported=false
|
|
|
|
trial_comparison_cert_verifier_supported=false
|
2023-08-22 20:05:09 +00:00
|
|
|
+ link_pulseaudio=true
|
|
|
|
)
|
2023-10-19 13:55:26 +00:00
|
|
|
extend_gn_list(gnArgArg
|
|
|
|
ARGS use_v8_context_snapshot v8_use_external_startup_data
|
|
|
|
--
|
|
|
|
2.42.0
|
2023-08-22 20:05:09 +00:00
|
|
|
|