Add SDL2 as a dependency for SDL2_*.

This commit is contained in:
Simon Howard 2016-02-23 22:34:01 -05:00
parent b0d8289d5e
commit 23052af867
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
PACKAGE_VERSION=2.0.1
dependencies SDL2
check_pkgconfig SDL2_mixer
fetch_download http://www.libsdl.org/projects/SDL_mixer/release/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz

View file

@ -1,5 +1,6 @@
PACKAGE_VERSION=2.0.1
dependencies SDL2
check_pkgconfig SDL2_net
fetch_download http://www.libsdl.org/projects/SDL_net/release/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz
build_autotools