forked from Lainports/opnsense-ports
16 lines
423 B
C++
16 lines
423 B
C++
--- gpu/ipc/service/x_util.h.orig 2022-02-28 16:54:41 UTC
|
|
+++ gpu/ipc/service/x_util.h
|
|
@@ -11,11 +11,11 @@
|
|
#include "build/build_config.h"
|
|
#include "gpu/ipc/service/gpu_config.h"
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
#include "ui/ozone/buildflags.h"
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
#if BUILDFLAG(OZONE_PLATFORM_X11)
|
|
|
|
namespace gpu {
|