summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn
blob: eec2387d071aad9d6b477bad5efee1d971963b75 (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-03-09 20:05:29 UTC
+++ third_party/webrtc/base/BUILD.gn
@@ -604,7 +604,6 @@ rtc_static_library("rtc_base") {
 
   if (use_x11) {
     libs += [
-      "dl",
       "rt",
       "Xext",
       "X11",
@@ -615,7 +614,6 @@ rtc_static_library("rtc_base") {
 
   if (is_linux) {
     libs += [
-      "dl",
       "rt",
     ]
   }