Stefan Schmidt
2018-12-07 11:39:51 UTC
stefan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=6206e7e944b60cd3fd4a8e655cedc77146e9653d
commit 6206e7e944b60cd3fd4a8e655cedc77146e9653d
Author: Stefan Schmidt <***@samsung.com>
Date: Wed Nov 28 10:52:42 2018 +0100
ci: mingw: enable various build options with dependencies now satisfied
After some fixes and updates in ewpi we now have gstreamer, libtiff and
bullet ready as cross compiled dependencies. Time to enable them in the
build.
Reviewed-by: Marcel Hollerbach <marcel-***@t-online.de>
Differential Revision: https://phab.enlightenment.org/D7378
---
.ci/ci-configure.sh | 5 ++---
1 file 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
MINGW_COPTS=" --prefix=/root/EFL/ewpi_64 --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/local/bin/eolian_gen \
--with-edje-cc=/usr/local/bin/edje_cc --with-eet-eet=/usr/local/bin/eet \
--with-bin-elm-prefs-cc=/usr/local/bin/elm_prefs_cc \
- --disable-static --with-tests=regular --with-crypto=openssl --disable-gstreamer1 \
+ --disable-static --with-tests=regular --with-crypto=openssl \
--disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \
- --disable-librsvg --disable-pulseaudio --disable-cxx-bindings \
- --disable-physics --disable-image-loader-tiff"
+ --disable-librsvg --disable-pulseaudio --disable-cxx-bindings"
patch -p1 < .ci/efl.m4.diff
sed -i.orig 's/AC_INIT\(.*\)efl_version-[a-zA-Z0-9]\+/AC_INIT\1efl_version/g' configure.ac
--
http://git.enlightenment.org/core/efl.git/commit/?id=6206e7e944b60cd3fd4a8e655cedc77146e9653d
commit 6206e7e944b60cd3fd4a8e655cedc77146e9653d
Author: Stefan Schmidt <***@samsung.com>
Date: Wed Nov 28 10:52:42 2018 +0100
ci: mingw: enable various build options with dependencies now satisfied
After some fixes and updates in ewpi we now have gstreamer, libtiff and
bullet ready as cross compiled dependencies. Time to enable them in the
build.
Reviewed-by: Marcel Hollerbach <marcel-***@t-online.de>
Differential Revision: https://phab.enlightenment.org/D7378
---
.ci/ci-configure.sh | 5 ++---
1 file 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
MINGW_COPTS=" --prefix=/root/EFL/ewpi_64 --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/local/bin/eolian_gen \
--with-edje-cc=/usr/local/bin/edje_cc --with-eet-eet=/usr/local/bin/eet \
--with-bin-elm-prefs-cc=/usr/local/bin/elm_prefs_cc \
- --disable-static --with-tests=regular --with-crypto=openssl --disable-gstreamer1 \
+ --disable-static --with-tests=regular --with-crypto=openssl \
--disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \
- --disable-librsvg --disable-pulseaudio --disable-cxx-bindings \
- --disable-physics --disable-image-loader-tiff"
+ --disable-librsvg --disable-pulseaudio --disable-cxx-bindings"
patch -p1 < .ci/efl.m4.diff
sed -i.orig 's/AC_INIT\(.*\)efl_version-[a-zA-Z0-9]\+/AC_INIT\1efl_version/g' configure.ac
--