[libgda: 1/2] WEB: Dependency on PostgreSQL was added
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 1/2] WEB: Dependency on PostgreSQL was added
- Date: Fri, 22 Feb 2019 20:03:25 +0000 (UTC)
commit 3022c9c0d975d46e7635ecf96a71125f462b3c07
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Fri Feb 22 12:42:56 2019 -0600
WEB: Dependency on PostgreSQL was added
See #176 for details
providers/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/providers/meson.build b/providers/meson.build
index 7de13d0ab..eec545ceb 100644
--- a/providers/meson.build
+++ b/providers/meson.build
@@ -28,6 +28,6 @@ if mysql_dep.found()
subdir('mysql')
endif
-if soup_dep.found() and get_option('with-libsoup') and mysql_dep.found()
+if soup_dep.found() and get_option('with-libsoup') and mysql_dep.found() and postgres_dep.found()
subdir('web')
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]