[gnome-chess] Require libadwaita 1.0.0.alpha.3
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Require libadwaita 1.0.0.alpha.3
- Date: Fri, 3 Dec 2021 21:43:40 +0000 (UTC)
commit e5ef99e4ffbaa7efe1be453b938fe1b087dd8583
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Fri Dec 3 15:43:19 2021 -0600
Require libadwaita 1.0.0.alpha.3
Apparently this is the first release with AdwApplication.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 09676a4..cacccf4 100644
--- a/meson.build
+++ b/meson.build
@@ -33,7 +33,7 @@ gio = dependency('gio-unix-2.0', version: '>=' + min_glib_version)
glib = dependency('glib-2.0', version: '>=' + min_glib_version)
gmodule = dependency('gmodule-2.0', version: '>=' + min_glib_version)
gtk = dependency('gtk4')
-libadwaita = dependency('libadwaita-1')
+libadwaita = dependency('libadwaita-1', version: '>= 1.0.0.alpha.3')
librsvg = dependency('librsvg-2.0', version: '>= 2.46.0')
posix = meson.get_compiler('vala').find_library('posix')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]