[file-roller: 5/8] meson: avoid unnecessary glib deprecation warnings




commit 7384cdabb881d092a46d090a4d5b19810117aff7
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Apr 5 11:32:50 2021 +0200

    meson: avoid unnecessary glib deprecation warnings

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 5c497c15..fdc11064 100644
--- a/meson.build
+++ b/meson.build
@@ -107,7 +107,7 @@ config_inc = include_directories('.')
 
 # C args
 
-c_args = []
+c_args = [ '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38' ]
 if get_option('buildtype').contains('debug')
   test_args = [ 
     '-Wall', 


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