diff options
author | Marcel Hollerbach <marcel@osg.samsung.com> | 2018-05-15 13:36:47 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2018-05-15 14:55:25 +0200 |
commit | 542ee417c4c3523ccc8811d59b62c03c25662b0c (patch) | |
tree | 362962c495e2b37a2e62efde938f6cd32596ec00 /.ci | |
parent | 19833657e81734ac0b9d4bd9ffcca0dddfe21867 (diff) |
ci: build with default prefix
Summary:
not building with a default prefix might end up that the installed
.pc files are not fetched automatically, which makes the building of the
example fail.
Depends on D6160
Reviewers: stefan_schmidt
Subscribers: cedric, zmike
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D6161
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/ci-linux-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-linux-build.sh b/.ci/ci-linux-build.sh index 87285db7d0..56c945120b 100755 --- a/.ci/ci-linux-build.sh +++ b/.ci/ci-linux-build.sh | |||
@@ -6,7 +6,7 @@ PARALLEL_JOBS=10 | |||
6 | 6 | ||
7 | CI_BUILD_TYPE=$1 | 7 | CI_BUILD_TYPE=$1 |
8 | 8 | ||
9 | DEFAULT_COPTS="--with-tests=regular --disable-cxx-bindings" | 9 | DEFAULT_COPTS="--prefix=/usr/ --with-tests=regular --disable-cxx-bindings" |
10 | 10 | ||
11 | WAYLAND_COPTS="--with-tests=regular --enable-wayland --enable-elput --enable-drm \ | 11 | WAYLAND_COPTS="--with-tests=regular --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" |