Blame env-builder-data/build/script/packet/sdl-2.0.5.sh

e14835
DEPS=""
e14835
ce0d6b
PK_DIRNAME="SDL2-2.0.5"
106d04
## !!! SDL 2.0.7 produces linker errors with MinGW builds:
106d04
# /usr/local/x86_64-w64-mingw32/sys-root/lib/libmingw32.a(lib64_libmingw32_a-crt0_c.o): In function `main':
106d04
# /install-mingw/build/crt-x86_64-w64-mingw32/../../download/mingw-w64-v5.0.3/mingw-w64-crt/crt/crt0_c.c:18: undefined reference to `WinMain'
e14835
PK_ARCHIVE="$PK_DIRNAME.tar.gz"
e14835
PK_URL="https://www.libsdl.org/release/$PK_ARCHIVE"
e14835
3b09af
PK_CONFIGURE_OPTIONS_DEFAULT="--host=$HOST --prefix=$INSTALL_PACKET_DIR"
f0f81e
e14835
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh