Closed
Description
Yesterday 32-bit arm engine builds started failing
../../third_party/glfw/src/monitor.c -o obj/third_party/glfw/src/glfw.monitor.o
| In file included from ../../third_party/glfw/src/monitor.c:28:
| In file included from ../../third_party/glfw/src/internal.h:169:
| ../../third_party/glfw/src/x11_platform.h:36:10: fatal error: 'X11/Xlib.h' file not found
| #include <X11/Xlib.h>
| ^~~~~~~~~~~~
| 1 error generated.
Master
Looks like glfw client has been enabled by default. This is the only scenario that does this. It should default to not
building glfw client. X11 is not always available nor desirable.
Complete build log available here:
https://github.com/meta-flutter/meta-flutter/runs/4613236435?check_suite_focus=true