-
Notifications
You must be signed in to change notification settings - Fork 2k
libglvnd 1.4.0 #11121
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
libglvnd 1.4.0 #11121
Conversation
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 is blocked until conan 1.48 is deployed on C3I, cf conan-io/conan#11065 |
required_conan_version = ">=1.45.0" | ||
|
||
class LibGlvndConan(ConanFile): | ||
name = "libglvnd" |
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.
As a note: My understanding is, that this might be the better replacement for all the places we currently use opengl/system
, but this might break compatibility for older systems with older GPU drivers and in general GPU drivers that aren't supported by glvnd.
We probably would need the currently opengl/system
package in the form of an optional mesa-opengl/system
package or something, but it wouldn't necessarily be required, as any driver would be fine.
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.
well, some of the distros install glvnd as system opengl too (https://ubuntu.pkgs.org/22.04/ubuntu-main-amd64/libgl-dev_1.4.0-1_amd64.deb.html), so mesa-opengl/system is probably not the good name either.
Co-authored-by: Michael Keck <[email protected]>
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 is ready for review @Croydon @SSE4 @uilianries |
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.
* docs: what to do when there is a custom license this came up in conan-io#11121 and I am trying to capture the information * link hook rules to FAQ * also put it in the faq * relative link same as conan-io#10639 * Update reviewing.md
All green in build 26 (
|
Specify library name and version: libglvnd/1.4.0