diff options
Diffstat (limited to 'tools/buildsteps/linux/configure-depends')
-rwxr-xr-x | tools/buildsteps/linux/configure-depends | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/buildsteps/linux/configure-depends b/tools/buildsteps/linux/configure-depends new file mode 100755 index 0000000..7046717 --- /dev/null +++ b/tools/buildsteps/linux/configure-depends @@ -0,0 +1,9 @@ +WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} +XBMC_PLATFORM_DIR=linux +. $WORKSPACE/tools/buildsteps/defaultenv + +if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ] +then + cd $WORKSPACE/tools/depends;./configure \ + --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=$BUILD_HOST --with-rendersystem=$RENDER_SYSTEM --with-tarballs=$TARBALLS $DEBUG_SWITCH +fi |