mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Build with kmsdrm is broken since bump to version 2.0.14 in commit5e0da5c40d. Indeed, first patch was already applied in this version:9354aea198but upstream made other changes that requires EGL so add an upstream patch to fix the build failure Moreover, run autogen.sh instead of autoreconf as it breaks the build and is not recommended by upstream: https://github.com/libsdl-org/SDL/pull/4214 Fixes: - http://autobuild.buildroot.org/results/355c7e5092e7641d8b04ecb550e2671d70720bd2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Arnout: add dependency on host-autoconf] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>