[libgda] ci: enable web provider and GUI tools
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] ci: enable web provider and GUI tools
- Date: Sat, 16 Feb 2019 15:31:39 +0000 (UTC)
commit fc013436e6d95957fdb694e1ca7f874d8a05416a
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date: Sat Feb 16 09:25:16 2019 -0600
ci: enable web provider and GUI tools
.gitlab-ci.yml | 3 ++-
tools/browser/ldap-browser/Makefile.am | 10 +++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d04389276..6cb5b1619 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,6 +30,7 @@ variables:
libgdk-pixbuf2.0-dev
libgraphviz-dev
libisocodes-dev
+ libsoup2.4-dev
libxslt1-dev
libjson-glib-dev
libgcrypt20-dev
@@ -128,7 +129,7 @@ meson_build:
script:
- export PGPASSWORD=$POSTGRES_PASSWORD
- psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
- - meson _build --prefix=/usr -Denable-debug=true -Denable-gtk-doc=true
+ - meson _build --prefix=/usr -Denable-debug=true -Denable-gtk-doc=true -Denable-tools=true
- cd _build
- ninja
- broadwayd &
diff --git a/tools/browser/ldap-browser/Makefile.am b/tools/browser/ldap-browser/Makefile.am
index d9a071e3d..c5f3e8a0d 100644
--- a/tools/browser/ldap-browser/Makefile.am
+++ b/tools/browser/ldap-browser/Makefile.am
@@ -12,14 +12,14 @@ AM_CPPFLAGS = \
$(GTK_CFLAGS) -DHAVE_LDAP \
$(MAC_INTEGRATION_CFLAGS)
-perspective-marshal.h: marshal.list $(GLIB_GENMARSHAL)
+ldap-marshal.h: marshal.list $(GLIB_GENMARSHAL)
$(GLIB_GENMARSHAL) $< --header --prefix=_ldap_marshal > $@
-perspective-marshal.c: marshal.list $(GLIB_GENMARSHAL) marshal.h
+ldap-marshal.c: marshal.list $(GLIB_GENMARSHAL) marshal.h
$(GLIB_GENMARSHAL) $< --body --prefix=_ldap_marshal > $@
GENFILES = \
- marshal.c \
- marshal.h
+ ldap-marshal.c \
+ ldap-marshal.h
$(libperspective_la_OBJECTS): $(GENFILES)
@@ -54,7 +54,7 @@ libperspective_la_SOURCES = \
vtable-dialog.h \
vtable-dialog.c
-$(OBJECTS): marshal.c marshal.h
+$(OBJECTS): ldap-marshal.c ldap-marshal.h
EXTRA_DIST = \
marshal.list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]