Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak Wayland build after Vulkan-Headers update #154

Closed
wants to merge 1 commit into from
Closed

Unbreak Wayland build after Vulkan-Headers update #154

wants to merge 1 commit into from

Conversation

jbeich
Copy link

@jbeich jbeich commented Nov 19, 2022

Regressed by cb75c42 via KhronosGroup/Vulkan-Headers@5177b119bbdf: <vulkan/vulkan.h> no longer bootlegs <wayland-client.h>.

$ qmake-qt5 DEFINES+=WAYLAND && make
[...]
vulkancapsviewer.cpp:765:41: error: use of undeclared identifier 'wl_display_connect'
            surfaceCreateInfo.display = wl_display_connect(NULL);
                                        ^

vulkancapsviewer.cpp:765:41: error: use of undeclared identifier 'wl_display_connect'
            surfaceCreateInfo.display = wl_display_connect(NULL);
                                        ^
@emersion emersion mentioned this pull request Nov 21, 2022
@SaschaWillems
Copy link
Owner

Can you elaborate? Is this similar or the same as #155?

@jbeich
Copy link
Author

jbeich commented Nov 25, 2022

Same as #154. I did try to preserve #ifdef order (Wayland then XCB) but it's purely cosmetic.

@jbeich jbeich closed this Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants