| Summary: | cairo: Allow DirectFB backend to be built. | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Will Newton <will.newton> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Allow cairo DirectFB backend to be configured. | ||
Hmm, the _DEPENDENCIES line is at the wrong location (it gets added if the option is NOT enabled), but more importantly, why do we need this patch in the first place? The cairo package has supported directfb for a long time (since the beginning afaik) transparently, just like the X support Yes, you're right, this patch is wrong on a number of levels simultaneously. Closing as invalid. |
Created attachment 425 [details] Allow cairo DirectFB backend to be configured. This patch allows the DirectFB backend of cairo to be configured. depends rather than select is used in the Config.in to avoid a recursive dependency issue.