[gnome-software/fwupd-dep] build: Bump fwupd dependency to 1.2.7



commit ab85d2017ee986b941bd3798df305ff8d7f7f653
Author: Jonathan Kang <jonathankang gnome org>
Date:   Mon Nov 18 15:27:26 2019 +0800

    build: Bump fwupd dependency to 1.2.7
    
    In commit 28dd972a, fwupd_release_get_categories() was called. While
    this is an API introced in fwupd 1.2.7. So bump the fwupd dependency
    accordingly.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index bae72315..77785e51 100644
--- a/meson.build
+++ b/meson.build
@@ -160,7 +160,7 @@ if get_option('eos_updater')
 endif
 
 if get_option('fwupd')
-  fwupd = dependency('fwupd', version : '>= 1.0.3')
+  fwupd = dependency('fwupd', version : '>= 1.2.7')
 endif
 
 if get_option('flatpak')


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