aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/linux64
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2020-10-08 14:03:59 -0700
committerLukas Rusak <lorusak@gmail.com>2020-10-17 10:24:07 -0700
commit28ae4d9b5cec173436cd7f6d1539f266a5e18111 (patch)
tree8dac4da390cce03c5622f54362f654f8dd650be3 /tools/buildsteps/linux64
parentdce453c8a0747cfb940a74279eb91b4580e61966 (diff)
tools/buildsteps: be explicit about platform and rendersystem on linux
Diffstat (limited to 'tools/buildsteps/linux64')
-rwxr-xr-xtools/buildsteps/linux64/configure-depends2
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