a9570538e2
pmaport recreated on top of Alpine's current aport. The --pixman-type patches were removed, it would have needed to be rewritten to work with newer Weston source code. It is a Weston specific workaround for a problem with the downstream kernels, so this is better fixed in the kernel source code: https://wiki.postmarketos.org/wiki/Troubleshooting:display#My_screen_is_red.21 The ABGR patch was rebased and submitted for upstreaming here: https://gitlab.freedesktop.org/wayland/weston/merge_requests/61 Fixes #136.
10 lines
180 B
Diff
10 lines
180 B
Diff
--- a/tests/timespec-test.c
|
|
+++ b/tests/timespec-test.c
|
|
@@ -25,6 +25,7 @@
|
|
|
|
#include "config.h"
|
|
|
|
+#include <time.h>
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|