Brucey 3 éve
szülő
commit
0111292428

+ 1 - 0
sdl.mod/common.bmx

@@ -36,6 +36,7 @@ Import "-framework Metal"
 Import "source.bmx"
 Import "source.bmx"
 ?linux
 ?linux
 Import "source.bmx"
 Import "source.bmx"
+Import "-linotify"
 ?raspberrypi
 ?raspberrypi
 Import "-lrt"
 Import "-lrt"
 ?win32
 ?win32

+ 1 - 0
sdl.mod/include/linuxx64/SDL_config.h

@@ -212,6 +212,7 @@
 /* #undef HAVE_ALTIVEC_H */
 /* #undef HAVE_ALTIVEC_H */
 #define HAVE_DBUS_DBUS_H 1
 #define HAVE_DBUS_DBUS_H 1
 /* #undef HAVE_FCITX_FRONTEND_H */
 /* #undef HAVE_FCITX_FRONTEND_H */
+#define HAVE_INOTIFY 1
 /* #undef HAVE_IBUS_IBUS_H */
 /* #undef HAVE_IBUS_IBUS_H */
 #define HAVE_IMMINTRIN_H 1
 #define HAVE_IMMINTRIN_H 1
 /* #undef HAVE_LIBSAMPLERATE_H */
 /* #undef HAVE_LIBSAMPLERATE_H */

+ 1 - 0
sdl.mod/include/linuxx86/SDL_config.h

@@ -212,6 +212,7 @@
 /* #undef HAVE_ALTIVEC_H */
 /* #undef HAVE_ALTIVEC_H */
 #define HAVE_DBUS_DBUS_H 1
 #define HAVE_DBUS_DBUS_H 1
 /* #undef HAVE_FCITX_FRONTEND_H */
 /* #undef HAVE_FCITX_FRONTEND_H */
+#define HAVE_INOTIFY 1
 /* #undef HAVE_IBUS_IBUS_H */
 /* #undef HAVE_IBUS_IBUS_H */
 #define HAVE_IMMINTRIN_H 1
 #define HAVE_IMMINTRIN_H 1
 /* #undef HAVE_LIBSAMPLERATE_H */
 /* #undef HAVE_LIBSAMPLERATE_H */

+ 1 - 0
sdl.mod/linux_source.bmx

@@ -35,6 +35,7 @@ Import "SDL/src/core/linux/SDL_ime.c"
 Import "SDL/src/core/linux/SDL_udev.c"
 Import "SDL/src/core/linux/SDL_udev.c"
 Import "SDL/src/core/linux/SDL_threadprio.c"
 Import "SDL/src/core/linux/SDL_threadprio.c"
 Import "SDL/src/core/unix/SDL_poll.c"
 Import "SDL/src/core/unix/SDL_poll.c"
+Import "SDL/src/events/imKStoUCS.c"
 Import "SDL/src/filesystem/unix/SDL_sysfilesystem.c"
 Import "SDL/src/filesystem/unix/SDL_sysfilesystem.c"
 Import "SDL/src/haptic/linux/SDL_syshaptic.c"
 Import "SDL/src/haptic/linux/SDL_syshaptic.c"
 Import "SDL/src/joystick/linux/SDL_sysjoystick.c"
 Import "SDL/src/joystick/linux/SDL_sysjoystick.c"