[calls/bump-glib: 1/3] meson: bump minimum and maximum glib to 2.64 and 2.68




commit 7655d39b76f61fa0a91d8e0b0dedacbf11efb781
Author: Evangelos Ribeiro Tzaras <evangelos tzaras puri sm>
Date:   Tue Jun 22 07:30:03 2021 +0200

    meson: bump minimum and maximum glib to 2.64 and 2.68
    
    This allows us to get rid of some conditional compilation in src/util.c

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 192097d1..7f2144c0 100644
--- a/meson.build
+++ b/meson.build
@@ -97,8 +97,8 @@ test_c_args = [
   '-Wno-switch-enum',
   '-Wtype-limits',
   '-Wunused-function',
-  '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_58',
- '  -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_66',
+  '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_64',
+  '-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_68',
 ]
 
 if get_option('buildtype') != 'plain'


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