-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
freeglut: Add support for Wayland #20905
freeglut: Add support for Wayland #20905
Conversation
This comment has been minimized.
This comment has been minimized.
8d11723
to
1d02f8e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This reverts commit b32ddc8.
6aaf212
to
0eb901d
Compare
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 15 (
Conan v2 pipeline ✔️
All green in build 15 ( |
@RubenRBS Can I get a review on this? |
I detected other pull requests that are modifying freeglut/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for sending these patches to the upstream!
Specify library name and version: freeglut/*
Adds the
with_wayland
option to build with support for Wayland.Both Wayland and X11 support cannot currently be enabled simultaneously for freeglut.
It's weird.
Includes some patches to improve how the dependencies are picked up to avoid pulling in dependencies that aren't provided by Conan.