diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-02-11 22:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-02-11 22:00:00 +0100 |
commit | 9e5f864b2efc678120fbc6f7fde5a208eb564621 (patch) | |
tree | f04cf46ac977ae51ba66564d48ec29c362777df6 /tools/buildsteps | |
parent | b1252809b4e6d166c1bc4db657d71833c1a69125 (diff) |
[depends] add --with-platform=(aml|gbm|mir|wayland)
Diffstat (limited to 'tools/buildsteps')
-rwxr-xr-x | tools/buildsteps/linux64-wayland/configure-depends | 2 |
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 |