aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_x_BUILD.gn
blob: f70d74f17804e628af02fc9516f980cb5dbe622d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gfx/x/BUILD.gn.orig	2020-07-13 11:08:01 UTC
+++ ui/gfx/x/BUILD.gn
@@ -16,6 +16,8 @@ declare_args() {
 if (xcbproto_path == "") {
   if (use_sysroot) {
     xcbproto_path = "$sysroot/usr/share/xcb"
+  } else if (is_bsd) {
+    xcbproto_path = "/usr/local/share/xcb"
   } else {
     xcbproto_path = "/usr/share/xcb"
   }