diff options
Diffstat (limited to '.ci/ci-configure.sh')
-rwxr-xr-x | .ci/ci-configure.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index e7bf7255bb..0d1f65c253 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh | |||
@@ -6,7 +6,7 @@ set -e | |||
6 | 6 | ||
7 | CI_BUILD_TYPE="$1" | 7 | CI_BUILD_TYPE="$1" |
8 | 8 | ||
9 | DEFAULT_LINUX_COPTS="--prefix=/usr/ --with-tests=regular --disable-cxx-bindings -C" | 9 | DEFAULT_LINUX_COPTS="--prefix=/usr/ --with-tests=regular --disable-cxx-bindings --disable-dependency-tracking -C" |
10 | 10 | ||
11 | WAYLAND_LINUX_COPTS=" --enable-wayland --enable-elput --enable-drm \ | 11 | WAYLAND_LINUX_COPTS=" --enable-wayland --enable-elput --enable-drm \ |
12 | --enable-wayland-ivi-shell --enable-gl-drm --with-opengl=es --enable-egl" | 12 | --enable-wayland-ivi-shell --enable-gl-drm --with-opengl=es --enable-egl" |
@@ -60,7 +60,7 @@ if [ "$DISTRO" != "" ] ; then | |||
60 | --env LD="ld.gold" $(cat $HOME/cid) sh -c "./configure $OPTS" | 60 | --env LD="ld.gold" $(cat $HOME/cid) sh -c "./configure $OPTS" |
61 | travis_endfold configure | 61 | travis_endfold configure |
62 | else | 62 | else |
63 | OSX_COPTS="--disable-cxx-bindings --with-tests=regular -C" | 63 | OSX_COPTS="--disable-cxx-bindings --with-tests=regular --disable-dependency-tracking -C" |
64 | 64 | ||
65 | # Prepare OSX env for build | 65 | # Prepare OSX env for build |
66 | mkdir -p ~/Library/LaunchAgents | 66 | mkdir -p ~/Library/LaunchAgents |