[libgda: 19/23] CI: missed dependencies were added. Typo fix
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 19/23] CI: missed dependencies were added. Typo fix
- Date: Mon, 21 May 2018 15:11:59 +0000 (UTC)
commit 70f87ce19755775a109bc3bce21356ee1309cf10
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Thu May 17 09:45:17 2018 -0500
CI: missed dependencies were added. Typo fix
* configure.ac typo fixed
* iso-codes should be added as dependency
* libgirepository1.0-dev should be added as dependency
* --enable-gdaui-gi=no should be used if --enable-gda-gi=yes,
which is default now.
.gitlab-ci.yml | 4 +++-
configure.ac | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db75bef71..794b573f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,8 @@ variables:
libgoocanvas-2.0-dev
libhsqldb1.8.0-java
yelp-tools
+ iso-codes
+ libgirepository1.0-dev
GIT_SUBMODULE_STRATEGY: normal
@@ -40,7 +42,7 @@ job_normal:
job_check:
stage: check
script:
- - ./autogen.sh --without-ui
+ - ./autogen.sh --without-ui --enable-gdaui-gi=no
- make
- make check
- make install
diff --git a/configure.ac b/configure.ac
index ca7385372..2b3e108b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -518,7 +518,7 @@ AC_ARG_ENABLE([gdaui-gi],
AS_HELP_STRING([--enable-gdaui-gi[=@<:@nauto/yes/no@:>@]], [Enable GObject Introspection for libgda-ui
[default=yes]]),
[enable_gdaui_gi=$enableval],[enable_gdaui_gi=auto])
-if test "x$enable_gdaui_gi" != "xno" -a "$enable_gda_gi" = "xyes"
+if test "x$enable_gdaui_gi" != "xno" -a "x$enable_gda_gi" = "xyes"
then
enable_gdaui_gi="yes"
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]