We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21435e0 commit 6f1d449Copy full SHA for 6f1d449
recipes/pygame/recipe.sh
@@ -2,7 +2,7 @@
2
3
VERSION_pygame=1.9.1
4
URL_pygame=http://pygame.org/ftp/pygame-$(echo $VERSION_pygame)release.tar.gz
5
-DEPS_pygame=(sdl python)
+DEPS_pygame=(python sdl)
6
MD5_pygame=1c4cdc708d17c8250a2d78ef997222fc
7
BUILD_pygame=$BUILD_PATH/pygame/$(get_directory $URL_pygame)
8
RECIPE_pygame=$RECIPES_PATH/pygame
recipes/sdl/recipe.sh
@@ -3,6 +3,7 @@
VERSION_sdl=1.2.14
URL_sdl=
MD5_sdl=
+DEPS_sdl=(python)
BUILD_sdl=$BUILD_PATH/sdl/SDL-$VERSION_sdl
RECIPE_sdl=$RECIPES_PATH/sdl
9
@@ -12,6 +13,7 @@ function prebuild_sdl() {
12
13
14
function build_sdl() {
15
cd $SRC_PATH/jni
16
+
17
push_arm
18
try ndk-build V=1
19
pop_arm
0 commit comments