[libgda] CI: Updated to new options names



commit ed58410296c7b34961f508c45a3c5742901fa0b6
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Jan 31 15:45:28 2021 -0600

    CI: Updated to new options names

 .gitlab-ci.yml | 2 +-
 NEWS           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2513e2660..fd0c53ea7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,7 +111,7 @@ paralel_build:
 pages:
   stage: deploy_doc
   script:
-  - meson _build --prefix=/usr -Dgtk_doc=true -Dexperimental=true -Denable-tools=true -Denable-ldap=true
+  - meson _build --prefix=/usr -Dgtk_doc=true -Dexperimental=true -Dtools=true -Dldap=true
   - cd _build
   - ninja
   - ninja install
diff --git a/NEWS b/NEWS
index 180bed2c9..42fe58fa4 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ libgda-6.0.0
  - Batch parsing, should remove spacesa and enters before return next statement,
    fix #203
  - Only PostgreSQL, MySQL and SQLite providers are supported
+ - Improved Meson options name and behavior
  - Updated translations:
         - sr       Мирослав Николић <miroslavnikolic rocketmail com>
         - uk       Yuri Chornoivan <yurchor ukr net>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]