summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_angle_BUILD.gn
blob: 871af4a04a32804b3464a6fcd732c9d9f8630e70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- third_party/angle/BUILD.gn.orig	2018-12-03 21:20:20.000000000 +0100
+++ third_party/angle/BUILD.gn	2018-12-15 15:01:55.525312000 +0100
@@ -283,6 +283,7 @@
         "X11",
         "Xi",
         "Xext",
+        "GL",
       ]
     }
   }
@@ -822,10 +823,6 @@
     libs = []
     if (is_linux) {
       sources += util_linux_sources
-      libs += [
-        "rt",
-        "dl",
-      ]
     }
 
     if (is_mac) {