[libgda/LIBGDA_6.0] Disable Vala code classes



commit e413b766a293dfddfc694a7d360cb73251b0b846
Author: Daniel Espinosa <esodan gmail com>
Date:   Sat Sep 18 16:46:08 2021 -0500

    Disable Vala code classes
    
    This was an experimental implementation of
    new interfaces, because VDA this will be
    considered to be fixed on GIR generation.

 libgda/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgda/meson.build b/libgda/meson.build
index 8f2197a58..e66adf93a 100644
--- a/libgda/meson.build
+++ b/libgda/meson.build
@@ -308,7 +308,7 @@ libgda_dep += sqlite_deps
 vala_sources = []
 if get_option('experimental')
 vala_sources += [
-       'gda-connection-model.vala'
+       #'gda-connection-model.vala'
        ]
 endif
 


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