mirror of https://git.FreeBSD.org/ports.git
12 lines
335 B
C++
12 lines
335 B
C++
--- gpu/ipc/service/x_util.h.orig 2024-02-23 21:04:38 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 {
|
|
|