aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-02-11 22:00:00 +0100
committerRechi <Rechi@users.noreply.github.com>2018-02-11 22:00:00 +0100
commit9e5f864b2efc678120fbc6f7fde5a208eb564621 (patch)
treef04cf46ac977ae51ba66564d48ec29c362777df6 /tools/buildsteps
parentb1252809b4e6d166c1bc4db657d71833c1a69125 (diff)
[depends] add --with-platform=(aml|gbm|mir|wayland)
Diffstat (limited to 'tools/buildsteps')
-rwxr-xr-xtools/buildsteps/linux64-wayland/configure-depends2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/linux64-wayland/configure-depends b/tools/buildsteps/linux64-wayland/configure-depends
index d0c3f5f7dd..4235085a11 100755
--- a/tools/buildsteps/linux64-wayland/configure-depends
+++ b/tools/buildsteps/linux64-wayland/configure-depends
@@ -5,5 +5,5 @@ XBMC_PLATFORM_DIR=linux64-wayland
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 --enable-wayland $DEBUG_SWITCH
+ --with-toolchain=/usr --prefix=$XBMC_DEPENDS_ROOT --host=x86_64-linux-gnu --with-platform=wayland --with-tarballs=$TARBALLS $DEBUG_SWITCH
fi