summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn
blob: 3af4a959006c20a41308d53a0510a2f9f3376b77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- third_party/webrtc/base/BUILD.gn.orig	2017-04-19 19:07:52 UTC
+++ third_party/webrtc/base/BUILD.gn
@@ -566,7 +566,6 @@ rtc_static_library("rtc_base") {
 
   if (use_x11) {
     libs += [
-      "dl",
       "rt",
       "Xext",
       "X11",
@@ -577,7 +576,6 @@ rtc_static_library("rtc_base") {
 
   if (is_linux) {
     libs += [
-      "dl",
       "rt",
     ]
   }