diff options
author | Lukas Rusak <lorusak@gmail.com> | 2020-10-08 14:03:59 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2020-10-17 10:24:07 -0700 |
commit | 28ae4d9b5cec173436cd7f6d1539f266a5e18111 (patch) | |
tree | 8dac4da390cce03c5622f54362f654f8dd650be3 /tools/buildsteps/linux64 | |
parent | dce453c8a0747cfb940a74279eb91b4580e61966 (diff) |
tools/buildsteps: be explicit about platform and rendersystem on linux
Diffstat (limited to 'tools/buildsteps/linux64')
-rwxr-xr-x | tools/buildsteps/linux64/configure-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/linux64/configure-depends b/tools/buildsteps/linux64/configure-depends index 40e4ab57ff..8d22408516 100755 --- a/tools/buildsteps/linux64/configure-depends +++ b/tools/buildsteps/linux64/configure-depends @@ -5,5 +5,5 @@ XBMC_PLATFORM_DIR=linux64 if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ] then cd $WORKSPACE/tools/depends;./configure \ - --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=x86_64-linux-gnu --with-tarballs=$TARBALLS $DEBUG_SWITCH + --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=x86_64-linux-gnu --with-platform=x11 --with-rendersystem=gl --with-tarballs=$TARBALLS $DEBUG_SWITCH fi |