[gnome-music/wip/mschraal/grilo-last-played-annotation] meson: Bump Grilo dep to 0.3.8 for annotation fix



commit f795898fb138b365cfc3af5b2a6eaf8636ae5c2a
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu May 30 11:45:48 2019 +0200

    meson: Bump Grilo dep to 0.3.8 for annotation fix
    
    Grilo get_last_played was incorrectly annotated for the introspection
    bindings, resulting in hard to track problems over the years. With grilo!37
    these are now hopefully a blast from the past.
    
    Fixes: #131,#286

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 223fb234..f040bc22 100644
--- a/meson.build
+++ b/meson.build
@@ -45,7 +45,7 @@ dependency('libsoup-2.4')
 dependency('tracker-sparql-2.0', version: '>= 1.99.1')
 dependency('pygobject-3.0', version: '>= 3.29.1')
 dependency('py3cairo', version: '>= 1.14.0')
-dependency('grilo-0.3', version: '>= 0.3.4')
+dependency('grilo-0.3', version: '>= 0.3.8')
 dependency('grilo-plugins-0.3', version: '>= 0.3.8')
 
 subproject('libgd',


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