[planner: 7/40] No package 'libgda-3.0' found




commit 97ea0fc053b7670053303ed63699d7be445e5a7f
Author: Ahmed Baïzid <ahmed baizid org>
Date:   Wed Jun 17 17:53:38 2015 +0200

    No package 'libgda-3.0' found
    
    https://bugzilla.gnome.org/show_bug.cgi?id=584556

 configure.ac | 8 ++++----
 meson.build  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 40888636..3cbe03d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ dnl | Database/GDA check |----------------------------------------------
 dnl  -----------
 AC_ARG_WITH(database,
        AS_HELP_STRING([--with-database],
-               [enable database support @<:@default=no@:>@ (auto/no/gda3)]),
+               [enable database support @<:@default=no@:>@ (auto/no/gda5)]),
        with_database="$withval", with_database=no)
 
 GDA_VER=
@@ -92,10 +92,10 @@ use_gda=no
 
 case "$with_database" in
 auto|yes)
-       PKG_CHECK_MODULES(GDA, libgda-3.0 >= 1.0, [GDA_VER=30])
+       PKG_CHECK_MODULES(GDA, libgda-5.0 >= 1.0, [GDA_VER=50])
        ;;
-*gda3*)
-       PKG_CHECK_MODULES(GDA, libgda-3.0 >= 1.0, [GDA_VER=30])
+*gda5*)
+       PKG_CHECK_MODULES(GDA, libgda-5.0 >= 1.0, [GDA_VER=50])
        ;;
 *)
        use_gda=no
diff --git a/meson.build b/meson.build
index d8de4ba7..cc536c91 100644
--- a/meson.build
+++ b/meson.build
@@ -40,7 +40,7 @@ xslt_dep = dependency('libxslt', version: '>= 1.1.23')
 exslt_dep = dependency('libexslt')
 m_dep = cc.find_library('m', required: false)
 
-gda_dep = dependency('libgda-3.0', version: '>= 1.0', required: get_option('database-gda'))
+gda_dep = dependency('libgda-5.0', version: '>= 1.0', required: get_option('database-gda'))
 pygobject_dep = dependency('pygobject-2.0', required: get_option('python'))
 pygtk_dep = dependency('pygtk-2.0', version: '>= 2.6.0', required: get_option('python'))
 if pygtk_dep.found()


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