termux-packages/x11-packages/glfw/src-wl_platform.h.patch

12 lines
249 B
Diff
Raw Normal View History

2022-04-28 20:30:05 +02:00
--- a/src/wl_platform.h
+++ b/src/wl_platform.h
@@ -45,7 +45,7 @@
#include "posix_thread.h"
#include "posix_time.h"
-#ifdef __linux__
+#if defined __linux__ && !defined __ANDROID__
#include "linux_joystick.h"
#else
#include "null_joystick.h"