diff options
Diffstat (limited to '.ci/ci-configure.sh')
-rwxr-xr-x | .ci/ci-configure.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index 3e398bd057..b2a62b5736 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh | |||
@@ -76,10 +76,9 @@ else | |||
76 | MINGW_COPTS=" --prefix=/root/EFL/ewpi_64 --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/local/bin/eolian_gen \ | 76 | MINGW_COPTS=" --prefix=/root/EFL/ewpi_64 --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/local/bin/eolian_gen \ |
77 | --with-edje-cc=/usr/local/bin/edje_cc --with-eet-eet=/usr/local/bin/eet \ | 77 | --with-edje-cc=/usr/local/bin/edje_cc --with-eet-eet=/usr/local/bin/eet \ |
78 | --with-bin-elm-prefs-cc=/usr/local/bin/elm_prefs_cc \ | 78 | --with-bin-elm-prefs-cc=/usr/local/bin/elm_prefs_cc \ |
79 | --disable-static --with-tests=regular --with-crypto=openssl --disable-gstreamer1 \ | 79 | --disable-static --with-tests=regular --with-crypto=openssl \ |
80 | --disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \ | 80 | --disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \ |
81 | --disable-librsvg --disable-pulseaudio --disable-cxx-bindings \ | 81 | --disable-librsvg --disable-pulseaudio --disable-cxx-bindings" |
82 | --disable-physics --disable-image-loader-tiff" | ||
83 | 82 | ||
84 | patch -p1 < .ci/efl.m4.diff | 83 | patch -p1 < .ci/efl.m4.diff |
85 | sed -i.orig 's/AC_INIT\(.*\)efl_version-[a-zA-Z0-9]\+/AC_INIT\1efl_version/g' configure.ac | 84 | sed -i.orig 's/AC_INIT\(.*\)efl_version-[a-zA-Z0-9]\+/AC_INIT\1efl_version/g' configure.ac |