From e66e81775f1c1b037f6adc92bf8ac6a6e93c8459 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 25 Feb 2016 20:29:52 -0500 Subject: [PATCH] Use 'dependencies' function, don't set DEPENDENCIES. --- pkgdef/SDL2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgdef/SDL2.sh b/pkgdef/SDL2.sh index 00e3712..691c03c 100644 --- a/pkgdef/SDL2.sh +++ b/pkgdef/SDL2.sh @@ -12,7 +12,7 @@ fi # When targeting Windows, we need to install the directx headers first. if [ $(uname) = "Cygwin" ] || [[ "$BUILD_HOST" = *mingw* ]]; then - DEPENDENCIES="directx-devel" + dependencies directx-devel config_options+=" --disable-directx" fi