| Summary: | Compiling a file that uses libdrm headers fails with: fatal error: drm.h: No such file or directory | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Ciro Santilli <ciro.santilli> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2018.02.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Ciro Santilli
2018-05-31 07:58:24 UTC
Ah, as it usually happens, after posting something publicly I triple checked everything to not look silly and noticed that drm.h is part of the Linux kernel uapi, is in staging, and I passed -I and -l and it worked!! I will try to use pkgconfig later on. |