| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The update to 2.0.8 broke the build of the DirectFB renderer such that
it cannot be used anymore, see
https://bugzilla.libsdl.org/show_bug.cgi?id=4123. This fixes the
regression by re-inserting the affected line in the configure script.
Having a working DirectFB renderer in SDL2 is crucial for postmarketOS
as it is used for unlocking full disk encryption and displaying the
charging animation on almost all devices, see also postmarketOS/osk-sdl#80.
|
| |
|
|
|
|
|
|
|
|
|
| |
we need to include the directfb.h outside extern "C" because it includes
c++ headers, or we will have an error: template with C linkage when
compiling gource.
similar to this issue here:
https://github.com/msgpack/msgpack-c/issues/551
|
| |
|
| |
|
|
|
|
| |
This re-adds directfb support, which is required by a program we use in pmOS for unlocking rootfs/LUKS on boot. This also adds a simple check, since no testsuite exists for this application
|
| |
|
| |
|
|
|
|
| |
Update sdl2 to 2.0.6, and remove patch that is no longer needed
|
| |
|
| |
|
| |
|
|
|