Skip to content

Commit 6f1d449

Browse files
committed
fix deps (again.)
1 parent 21435e0 commit 6f1d449

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

recipes/pygame/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
VERSION_pygame=1.9.1
44
URL_pygame=http://pygame.org/ftp/pygame-$(echo $VERSION_pygame)release.tar.gz
5-
DEPS_pygame=(sdl python)
5+
DEPS_pygame=(python sdl)
66
MD5_pygame=1c4cdc708d17c8250a2d78ef997222fc
77
BUILD_pygame=$BUILD_PATH/pygame/$(get_directory $URL_pygame)
88
RECIPE_pygame=$RECIPES_PATH/pygame

recipes/sdl/recipe.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
VERSION_sdl=1.2.14
44
URL_sdl=
55
MD5_sdl=
6+
DEPS_sdl=(python)
67
BUILD_sdl=$BUILD_PATH/sdl/SDL-$VERSION_sdl
78
RECIPE_sdl=$RECIPES_PATH/sdl
89

@@ -12,6 +13,7 @@ function prebuild_sdl() {
1213

1314
function build_sdl() {
1415
cd $SRC_PATH/jni
16+
1517
push_arm
1618
try ndk-build V=1
1719
pop_arm

0 commit comments

Comments
 (0)