about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibxcursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibxcursor.c')
-rw-r--r--src/wrapped/wrappedlibxcursor.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibxcursor.c b/src/wrapped/wrappedlibxcursor.c
index be87d56b..b70911a8 100644
--- a/src/wrapped/wrappedlibxcursor.c
+++ b/src/wrapped/wrappedlibxcursor.c
@@ -19,5 +19,11 @@
 
 #define LIBNAME libxcursor
 
+#ifdef ANDROID
+#define NEEDED_LIBS "libX11.so", "libXfixes.so", "libXrender.so"
+#else
+#define NEEDED_LIBS "libX11.so.6", "libXfixes.so.3", "libXrender.so.1"
+#endif
+
 #include "wrappedlib_init.h"