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

Dont link to xcb xlib directly #1553

Merged

Conversation

charles-lunarg
Copy link
Collaborator

No description provided.

Previously, the loader linked to various windowing libraries but never
made any calls into them. These can safely be removed, as including
the libraries locations in the header search paths is sufficient.

Because vulkan_core.h includes directfb.h without a path, it is
necessary to add the search path found from pkg-config as well as
the same path with `/directfb` appended to get vulkan_core.h to be
able to find the header. This may be a bug in the vulkan_core.h
or just an inconsistency with the way directfb is packaged on
ubuntu 24, the system the change was developed on.
@ci-tester-lunarg
Copy link

CI Vulkan-Loader build queued with queue ID 255878.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2701 running.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2701 passed.

@charles-lunarg charles-lunarg merged commit fa01cc1 into KhronosGroup:main Sep 13, 2024
44 checks passed
@charles-lunarg charles-lunarg deleted the dont_link_to_xcb_xlib_directly branch September 13, 2024 23:01
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.

2 participants