1
0
Fork 0
godot/platform/linuxbsd/wayland
Rémi Verschelde 19a30bb723 Wayland: Fix build config with `so_wrap` disabled
We should only include the vendored headers for Wayland and libdecor-0 when
we use `so_wrap`, i.e. when we *don't* build against system libraries.

The libdecor-0 pkg-config file includes the `libdecor-0/` prefix already,
so its header should be included without it, and likewise in our so wrappers.
Fixes #102671.
2025-02-10 21:42:25 +01:00
..
dynwrappers Wayland: Fix build config with `so_wrap` disabled 2025-02-10 21:42:25 +01:00
SCsub SCons: Properly `NoCache` all text files 2025-01-16 16:59:12 -06:00
detect_prime_egl.cpp EGL: Use EGL_EXT_platform_base whenever possible 2024-06-04 08:43:34 +02:00
detect_prime_egl.h EGL: Use EGL_EXT_platform_base whenever possible 2024-06-04 08:43:34 +02:00
display_server_wayland.cpp Merge pull request #101812 from bruvzg/portal_chk 2025-02-03 08:16:10 -06:00
display_server_wayland.h Merge pull request #101987 from Riteo/imagine-using-rids 2025-01-31 09:15:52 -06:00
egl_manager_wayland.cpp Add Wayland support 2024-01-30 16:44:47 +01:00
egl_manager_wayland.h Add Wayland support 2024-01-30 16:44:47 +01:00
egl_manager_wayland_gles.cpp Wayland: Add support for OpenGL ES driver 2024-05-03 05:17:13 +02:00
egl_manager_wayland_gles.h Wayland: Add support for OpenGL ES driver 2024-05-03 05:17:13 +02:00
key_mapping_xkb.cpp Fix `fr+oss` layout issues with KP period 2025-02-08 17:17:11 -05:00
key_mapping_xkb.h Linux/BSD: Modify only keypad keys 2025-02-02 19:19:15 +01:00
rendering_context_driver_vulkan_wayland.cpp Move Vulkan includes to a central godot_vulkan.h header 2024-09-29 17:53:18 +02:00
rendering_context_driver_vulkan_wayland.h Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver. 2024-02-12 10:02:18 -03:00
wayland_thread.cpp Fix `fr+oss` layout issues with KP period 2025-02-08 17:17:11 -05:00
wayland_thread.h Wayland: Fix build config with `so_wrap` disabled 2025-02-10 21:42:25 +01:00