[libdazzle] build: bump meson requirement



commit 98910fd4f37e313643ac5e51700c6428aab266b8
Author: Christian Hergert <chergert redhat com>
Date:   Wed Mar 13 12:34:43 2019 -0700

    build: bump meson requirement
    
    This bumps the meson requirement to the version provided by the SDK that
    this release (3.32.0) corresponds with (org.gnome.Sdk//3.32).

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index c0b7538..d7cb708 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('libdazzle', 'c',
           version: '3.32.0',
           license: 'GPLv3+',
-    meson_version: '>= 0.48.0',
+    meson_version: '>= 0.49.2',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
 )
 


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