mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-19 00:51:35 +03:00
Drop patch (already in version). Add new dependencies: - host-autoconf-archive - libevdev - upower - xz (liblzma) Create a pre-configure hook to avoid this error when reconfiguring: automake: error: cannot open < gtk-doc.make: No such file or directory Based on the solution used in178eb1d7ea. During the build gtk-doc is already disabled by pkg-autotools. Create a post-patch hook to avoid this error when reconfiguring: aclocal: error: couldn't open directory 'm4': No such file or directory Based on the solution used in6bf74ce3db. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>