[gnome-calculator/wip/davidk/gtksourceview-5.3] build: Require gtksourceview 5.3.0
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/wip/davidk/gtksourceview-5.3] build: Require gtksourceview 5.3.0
- Date: Tue, 11 Jan 2022 13:37:21 +0000 (UTC)
commit 6fda1f3cbf5643b964c67e0611bd8a04482fc69f
Author: David King <amigadave amigadave com>
Date: Tue Jan 11 13:35:58 2022 +0000
build: Require gtksourceview 5.3.0
The namespace changes mentioned in commit
3293245c7ea6eb25cc858dda805a99215023f23d are present in 5.3.0 and above.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 5c806164..e06e7f89 100644
--- a/meson.build
+++ b/meson.build
@@ -84,7 +84,7 @@ if not get_option ('disable-ui')
gtk = dependency('gtk4', version: '>= 4.4.1')
libadwaita = dependency('libadwaita-1', version: '>= 1.0.0')
subdir('gci')
-gtksourceview = dependency('gtksourceview-5', version: '>= 5.2.0')
+gtksourceview = dependency('gtksourceview-5', version: '>= 5.3.0')
subdir('data')
subdir('lib')
subdir('src')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]