summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-ui_aura_BUILD.gn
blob: 8167b4b523435a7782b767e00570cd79edfab491 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ui/aura/BUILD.gn.orig	2017-04-19 19:06:54 UTC
+++ ui/aura/BUILD.gn
@@ -369,7 +369,7 @@ test("aura_unittests") {
     "//ui/gl:test_support",
   ]
 
-  if (is_linux) {
+  if (is_linux || is_bsd) {
     deps += [ "//third_party/mesa" ]
   }
 
OpenPOWER on IntegriCloud