-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[libdrm] New port #39242
base: master
Are you sure you want to change the base?
[libdrm] New port #39242
Conversation
deja vu, was also part of #26858. Requires |
Or simply auto-disables
👍 |
This PR is also integrated in #36081 to provide a more recent libdrm to mesa. |
#27279 removed all system libs so it is theoretically possible. The question is: Is it practical? |
The task is to have reasonable CI coverage for ports like mesa. Things get tricky when system packages pull in runtime libs which are also libs in vcpkg. libdrm is a candidate... |
Using libs provided by the operating system might also mitigate some licensing concerns. |
Tagging vcpkg-team-review: I'm really nervous about checking in a copy of the license which is not anchored in any way to where the code comes from, thus making bugs where we claim the license is one thing and it's actually something else in the future. |
I'd be really nervous about the superficial |
Debian's case and ours are very different. Debian is doing distribution and thus have license requirements to comply with themselves, so they actually are implicated in needing to do license audits. We very explicitly do not rehost or distribute the licensed content ourselves; this is one of the big reasons we have been sparing in trying to rehost things; each individual thing requires lawyers to look. For example, the xbox folks wanted a litmus test for 'can't deploy GPL here'. It's more for a dev asking 'can I use this thing at all?' -- we expect that customers are going to need to do their own legal reviews or similar. We are not going to defend customers based on such claims, any more than GitHub is going to defend you when they tag a repo based on a COPYING file in the repo. |
To be used (at least) by
mesa
.