1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/fluffychat/wrapper.patch.webrtc
lauren n. liberda c68712233d testing/fluffychat: upgrade to 1.15.0
also shipping webrtc now
2023-11-02 06:33:01 +00:00

14 lines
534 B
Text

...yeah https://github.com/webrtc-sdk/libwebrtc?tab=readme-ov-file#modify-webrtcs-srcbuildgn-file-and-add-libwebrtc-to-groupdefault
diff --git a/BUILD.gn b/BUILD.gn
index e60d7dd0bd..b9b6acab8b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -29,7 +29,7 @@ if (!build_with_chromium) {
# 'ninja default' and then 'ninja all', the second build should do no work.
group("default") {
testonly = true
- deps = [ ":webrtc" ]
+ deps = [ ":webrtc", "//libwebrtc" ]
if (rtc_build_examples) {
deps += [ "examples" ]
}