aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_rtc__base_BUILD.gn
blob: ddafc6ba9fddd11345a79a64f614c11bcb2bd700 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- third_party/webrtc/rtc_base/BUILD.gn.orig	2019-07-24 19:03:36 UTC
+++ third_party/webrtc/rtc_base/BUILD.gn
@@ -952,8 +952,6 @@ rtc_static_library("rtc_base") {
 
   if (rtc_use_x11) {
     libs += [
-      "dl",
-      "rt",
       "Xext",
       "X11",
       "Xcomposite",
@@ -961,7 +959,7 @@ rtc_static_library("rtc_base") {
     ]
   }
 
-  if (is_linux) {
+  if (is_linux && !is_bsd) {
     libs += [
       "dl",
       "rt",