Explorar el Código

Move set_homepage to top in libsdl_mixer

PucklaMotzer09 hace 5 años
padre
commit
4c603c5b07
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/l/libsdl_mixer/xmake.lua

+ 2 - 1
packages/l/libsdl_mixer/xmake.lua

@@ -1,5 +1,4 @@
 package("libsdl_mixer")
-    add_deps("libsdl")
 
     set_homepage("https://www.libsdl.org/projects/SDL_mixer/")
     set_description("Simple DirectMedia Layer mixer audio library")
@@ -12,6 +11,8 @@ package("libsdl_mixer")
         add_versions("2.0.4", "9affb8c7bf6fbffda0f6906bfb99c0ea50dca9b188ba9e15be90042dc03c5ded")
     end
 
+    add_deps("libsdl")
+
     add_links("SDL2_mixer")
 
     on_install("windows", "mingw", function (package)