[gnome-software/bilelmoussaoui/gbm] meson: use latest stable version of libadwaita




commit baccd50b172c5ec97f3e80019eac43c04fb1bb4a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat Jan 1 09:42:32 2022 +0000

    meson: use latest stable version of libadwaita
    
    This unlocks gnome-build-meta's CI that's failing currently with the following
    Dependency libadwaita-1 found: NO found 1.0.0 but need: '>=1.0.0.alpha.3'

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 423519543..eeadddb35 100644
--- a/meson.build
+++ b/meson.build
@@ -138,7 +138,7 @@ else
   libsoupapiversion = '3.0'
 endif
 libadwaita = dependency('libadwaita-1',
-  version: '>=1.0.0.alpha.3',
+  version: '>=1.0.0',
   fallback: ['libadwaita', 'libadwaita_dep'],
   default_options: [
       'examples=false',


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