diff options
Diffstat (limited to 'www/chromium/files/patch-ui_gfx_x_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-ui_gfx_x_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-ui_gfx_x_BUILD.gn b/www/chromium/files/patch-ui_gfx_x_BUILD.gn new file mode 100644 index 000000000000..f70d74f17804 --- /dev/null +++ b/www/chromium/files/patch-ui_gfx_x_BUILD.gn @@ -0,0 +1,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" + } |