| Summary: | Compile error in nouveau if --enable-shared-dricore is set | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Johannes Obermayr <johannesobermayr> |
| Component: | Mesa core | Assignee: | mesa-dev |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | blocker | ||
| Priority: | medium | ||
| Version: | git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | Complete build log | ||
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 46645 [details] Complete build log Without --enable-shared-dricore the include dir for libdrm_nouveau is determined in src/mesa/drivers/dri/nouveau/Makefile:6. Somehow this does not work if --enable-shared-dricore is set ...