Browse Source

Cleanups.

Mark Sibly 7 years ago
parent
commit
50431ac7d5
3 changed files with 13 additions and 14 deletions
  1. 12 12
      modules/sdl2/makefile_android.monkey2
  2. 1 1
      modules/sdl2/module.json
  3. 0 1
      modules/sdl2/sdl2.monkey2

+ 12 - 12
modules/sdl2/makefile_android.monkey2

@@ -61,6 +61,18 @@ Namespace sdl2
 #Import "SDL/src/power/SDL_power.c"
 #Import "SDL/src/power/android/SDL_syspower.c"
 
+'render - have to include software render?
+#Import "SDL/src/render/SDL_yuv_sw.c"
+#Import "SDL/src/render/SDL_render.c"
+
+#Import "SDL/src/render/software/SDL_blendfillrect.c"
+#Import "SDL/src/render/software/SDL_blendline.c"
+#Import "SDL/src/render/software/SDL_blendpoint.c"
+#Import "SDL/src/render/software/SDL_drawline.c"
+#Import "SDL/src/render/software/SDL_drawpoint.c"
+#Import "SDL/src/render/software/SDL_render_sw.c"
+#Import "SDL/src/render/software/SDL_rotate.c"
+
 'stdlib
 #Import "SDL/src/stdlib/SDL_getenv.c"
 #Import "SDL/src/stdlib/SDL_iconv.c"
@@ -81,18 +93,6 @@ Namespace sdl2
 #Import "SDL/src/timer/SDL_timer.c"
 #Import "SDL/src/timer/unix/SDL_systimer.c"
 
-'render - have to include software render?
-#Import "SDL/src/render/SDL_yuv_sw.c"
-#Import "SDL/src/render/SDL_render.c"
-
-#Import "SDL/src/render/software/SDL_blendfillrect.c"
-#Import "SDL/src/render/software/SDL_blendline.c"
-#Import "SDL/src/render/software/SDL_blendpoint.c"
-#Import "SDL/src/render/software/SDL_drawline.c"
-#Import "SDL/src/render/software/SDL_drawpoint.c"
-#Import "SDL/src/render/software/SDL_render_sw.c"
-#Import "SDL/src/render/software/SDL_rotate.c"
-
 'video
 #Import "SDL/src/video/SDL_blit.c"
 #Import "SDL/src/video/SDL_blit_0.c"

+ 1 - 1
modules/sdl2/module.json

@@ -4,5 +4,5 @@
 	"author":"Mark Sibly",
 	"version":"1.0.0",
 	"support":"http://monkeycoder.co.nz",
-	"depends":["libc","gles20"]
+	"depends":["libc"]
 }

+ 0 - 1
modules/sdl2/sdl2.monkey2

@@ -3,7 +3,6 @@ Namespace sdl2
 
 #Import "<jni>"
 #Import "<libc>"
-#Import "<gles20>"
 
 #Import "SDL/include/*.h"