ports/graphics/filament/files/patch-libs_bluevk_include_bluevk_BlueVK.h
Yuri Victorovich 1e13e1ee9f graphics/filament: Update 1.28.2 -> 1.28.3
Reported by:	portscout
2022-11-10 23:30:32 -08:00

11 lines
408 B
C

--- libs/bluevk/include/bluevk/BlueVK.h.orig 2022-11-11 07:03:46 UTC
+++ libs/bluevk/include/bluevk/BlueVK.h
@@ -42,7 +42,7 @@
#define VK_USE_PLATFORM_ANDROID_KHR 1
#elif defined(IOS)
#define VK_USE_PLATFORM_IOS_MVK 1
- #elif defined(__linux__)
+ #elif defined(__linux__) || defined(__FreeBSD__)
#if defined(FILAMENT_SUPPORTS_XCB)
#define VK_USE_PLATFORM_XCB_KHR 1
#endif