Summary: | gallium driver svga doesn't compile with LIBDRM_LIBS=-L/usr/lib/x86_64-linux-gnu/ | ||
---|---|---|---|
Product: | Mesa | Reporter: | Alexandre Demers <alexandre.f.demers> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Alexandre Demers
2012-03-27 15:53:19 UTC
By the way, you'll have understood by now that whatever you export into LIBDRM_LIBS breaks the build. As the name implies, LIBDRM_LIBS should contain any flags necessary for linking libdrm. According to the output of grep LIBDRM_LIBS * in my Mesa tree, you need to add at least -ldrm to it. While I understand the possible need for -Ldrm, why would it be the only driver behaving like that? I mean, shouldn't the use of LIBS_LIBDRM=-L... replace the need for -Ldrm in a way, as it does for other drivers? I'll be testing this solution later at home. Confirmed, I understood what you meant (have both -L... and -ldrm exported). Thanks. |
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.