mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibGfx: Enable Vulkan shared images and WebGL on FreeBSD
This commit is contained in:
parent
bfa86f7961
commit
40bc1c0eb5
Notes:
github-actions[bot]
2025-10-22 11:56:07 +00:00
Author: https://github.com/cqundefine
Commit: 40bc1c0eb5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6172
Reviewed-by: https://github.com/gmta ✅
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@
|
|||
# include <AK/NonnullRefPtr.h>
|
||||
# include <AK/RefCounted.h>
|
||||
# include <vulkan/vulkan.h>
|
||||
# ifdef AK_OS_LINUX
|
||||
# if defined(AK_OS_LINUX) || defined(AK_OS_FREEBSD)
|
||||
# include <libdrm/drm_fourcc.h>
|
||||
// Sharable Vulkan images are currently only implemented on Linux
|
||||
// Sharable Vulkan images are currently only implemented on Linux and FreeBSD
|
||||
# define USE_VULKAN_IMAGES 1
|
||||
# endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue