| Summary: | DirectFB renderer cannot be enabled | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Michael Hamann <michael> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | guido.romijn |
| Version: | 2.0.8 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Michael Hamann
2018-04-02 06:56:15 UTC
Could it be that the removal of AC_DEFINE(SDL_VIDEO_RENDER_DIRECTFB, 1, [ ]) in configure.in is to blame for this? Yes, I am sorry if this was not clear, this is exactly the line I have linked to. By "reverting the affected line" I mean re-adding that statement. I can confirm that re-adding that statement fixes this problem. I have also submitted a corresponding patch to Alpine Linux (https://github.com/alpinelinux/aports/pull/3889) with this fix that has been merged and successfully tested by other people from postmarketOS. As I have no Mac, I cannot test if this has any effect on the use of the Metal renderer (which has been introduced in the change where this line has been deleted). |