mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
On the port side, this update brings: - libvulkan enabled by default - more unit tests enabled - no longer dependent on Python 2.7 Security: https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
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 {
|