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
This commit is contained in:
Marcel Hollerbach 2018-05-15 13:36:47 +02:00 committed by Stefan Schmidt
parent 19833657e8
commit 542ee417c4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PARALLEL_JOBS=10
CI_BUILD_TYPE=$1
DEFAULT_COPTS="--with-tests=regular --disable-cxx-bindings"
DEFAULT_COPTS="--prefix=/usr/ --with-tests=regular --disable-cxx-bindings"
WAYLAND_COPTS="--with-tests=regular --enable-wayland --enable-elput --enable-drm \
--enable-wayland-ivi-shell --enable-gl-drm --with-opengl=es --enable-egl"