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

Fix CMake scripts for FreeBSD #550

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Fix CMake scripts for FreeBSD #550

merged 1 commit into from
Aug 17, 2023

Conversation

Tectu
Copy link

@Tectu Tectu commented Aug 17, 2023

This fixes linking of the XCB library on FreeBSD.

Based on my CMake knowledge I do think that the same technique should be used for other platforms too (the use of find_package(X11) together with linking to the corresponding X11::xcb target). However, I did not want to modify anything existing to prevent breaking something I'm unaware of.

This fixes linking of the XCB library on FreeBSD.
@githubuser0xFFFF
Copy link
Owner

Thank you

@githubuser0xFFFF githubuser0xFFFF merged commit 2d2de53 into githubuser0xFFFF:master Aug 17, 2023
1 check passed
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