From 7291231cea94121e74c90ed237efa6ba81aa66d6 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Fri, 5 May 2017 11:38:27 +0100 Subject: [PATCH] Depend on gtksourceview-3.0 >= 3.14.0 3.14.3 only introduces bug fixes and translation updates on top of that. Betsy ships with 3.14.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6e40638..868b740 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ PKG_CHECK_MODULES(XED, [ gthread-2.0 >= 2.13.0 gio-2.0 >= 2.40.0 gtk+-3.0 >= 3.14.0 - gtksourceview-3.0 >= 3.14.3 + gtksourceview-3.0 >= 3.14.0 libpeas-1.0 >= 1.12.0 libpeas-gtk-1.0 >= 1.12.0 ])