mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Security: https://vuxml.freebsd.org/freebsd/5c777f88-40ff-4e1e-884b-ad63dfb9bb15.html Security: https://vuxml.freebsd.org/freebsd/9c91e1f8-f255-4b57-babe-2e385558f1dc.html
11 lines
380 B
C++
11 lines
380 B
C++
--- ui/gfx/gpu_extra_info.h.orig 2025-07-02 06:08:04 UTC
|
|
+++ ui/gfx/gpu_extra_info.h
|
|
@@ -51,7 +51,7 @@ struct COMPONENT_EXPORT(GFX) GpuExtraInfo {
|
|
std::vector<gfx::BufferUsageAndFormat> gpu_memory_buffer_support_x11;
|
|
#endif // BUILDFLAG(IS_OZONE_X11)
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
bool is_gmb_nv12_supported = false;
|
|
#endif
|
|
};
|