[gedit-latex/from_source: 1/4] Do not require last gedit



commit 7c7673c7260589cd3a28a859962a59443162137f
Author: Pietro Battiston <pbattiston src gnome org>
Date:   Sun Apr 19 13:04:42 2020 +0200

    Do not require last gedit

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 582df05..5092adf 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@ localedir = join_paths(datadir, 'locale')
 
 # Dependencies in common for all plugins
 libpeas_dep = dependency('libpeas-1.0', version: '>= 1.14.1')
-gedit_dep = dependency('gedit', version: '>= 3.36')
+gedit_dep = dependency('gedit', version: '>= 3.30')
 
 appstream_util = find_program('appstream-util', required: false)
 python3 = python.find_installation('python3')


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