Compile fails because wayland-client.h cannot be found #9020
Closed
jagot
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment
-
|
Moving to #9024. This should only be an issue indeed, it's not a user's build-setup issue but rather an issue triggered by recent changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies if this should be an issue instead.
Slightly related to: #8969
If I try to compile ImGui with the GLFW backend on a Linux machine that does not have Wayland or any of its headers installed, the compile fails since ImGui insists on defining
GLFW_EXPOSE_NATIVE_WAYLANDbefore includingGLFW/glfw3native.h.If I comment out
imgui/backends/imgui_impl_glfw.cpp
Lines 129 to 131 in e11b7a0
Beta Was this translation helpful? Give feedback.
All reactions