mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 18:34:35 +00:00
Remove svgalib backend. Update HOMEPAGE. Fix gtk dependencies. Fix build issue with joystick. Closes: https://bugs.gentoo.org/962069 Closes: https://bugs.gentoo.org/958016 Closes: https://bugs.gentoo.org/921615 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
14 lines
249 B
Diff
14 lines
249 B
Diff
https://bugs.gentoo.org/921615
|
|
|
|
Add missing include
|
|
|
|
--- a/ui/uijoystick.c
|
|
+++ b/ui/uijoystick.c
|
|
@@ -38,6 +38,7 @@
|
|
|
|
#include "input.h"
|
|
#include "uijoystick.h"
|
|
+#include "peripherals/joystick.h"
|
|
|
|
#if defined USE_JOYSTICK && defined HAVE_JSW_H
|
|
|