mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
152a30f468
The CPU fallback renderer relies on posix_memalign, which was exposed in Android 4.2. Support for Android 4.1 could be restored by writing posix_memalign outselves, but this change is easier. Signed-off-by: Elias Naur <mail@eliasnaur.com>