| Summary: | make nconfig failes with nvidia drivers and mesa3d selected | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Dr I J Ormshaw <ian_ormshaw> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | major | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2022.08 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Dr I J Ormshaw
2022-11-11 12:46:47 UTC
Thanks for your bug report, but there is no bug here. Buildroot only allows one OpenGL provider to be selected. Indeed, if you have multiple OpenGL providers, they will simply step on each other. mesa3d-headers is a package that is selected by the nvidia drivers package, as the nvidia drivers package does not provide the OpenGL headers. mesa3d is another OpenGL implementation. So having mesa3d and nvidia drivers enabled in the same configuration does not make sense, and that's what the error message is telling you. |