aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_ozone.gni
blob: d49986fdb240b1e6e40d414f82d07f7eae817acc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- build/config/ozone.gni.orig	2021-01-18 21:28:45 UTC
+++ build/config/ozone.gni
@@ -69,6 +69,9 @@ declare_args() {
       ozone_platform = "x11"
       ozone_platform_drm = true
       ozone_platform_x11 = true
+    } else if (is_bsd) {
+      ozone_platform = "x11"
+      ozone_platform_x11 = true
     } else if (is_linux) {
       ozone_platform = "x11"
       ozone_platform_wayland = true