aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-gpu_ipc_service_x__util.h
blob: 48b5d480e75111c467f5295d2949c97f0bf66533 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gpu/ipc/service/x_util.h.orig	2024-02-25 20:22:18 UTC
+++ gpu/ipc/service/x_util.h
@@ -12,7 +12,7 @@
 #include "gpu/ipc/service/gpu_config.h"
 #include "ui/base/ozone_buildflags.h"
 
-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11)
 
 namespace gpu {