summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-08-06 20:01:41 +0200
committerLuke from DC <[email protected]>2022-08-18 21:05:02 +0000
commit8c06942386ee04905eeee309bea9a5e0284e7c9e (patch)
treedaca1ec57241afe5ed3835cff00ec9d136eb8898 /configure.ac
parentd785377044f6bafd927722e1c03175e854870b75 (diff)
downloadmate-applets-8c06942386ee04905eeee309bea9a5e0284e7c9e.tar.bz2
mate-applets-8c06942386ee04905eeee309bea9a5e0284e7c9e.tar.xz
stickynotes: bump gtksourceview 4
GtkSourceBuffer provides the ability to undo or redo the change to the note text-body. pluma uses gtksourceview 4, so we don't need to depend on two versions.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a53924cc..ff340338 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,7 +296,7 @@ AC_ARG_ENABLE([stickynotes],
enable_stickynotes=$enableval,
enable_stickynotes=yes)
if test "x$enable_stickynotes" = "xyes"; then
- PKG_CHECK_MODULES(STICKYNOTES, gtksourceview-3.0,
+ PKG_CHECK_MODULES(STICKYNOTES, gtksourceview-4,
have_gtksourceview=yes, have_gtksourceview=no)
if test "x$enable_stickynotes" = "xyes" -a "x$have_gtksourceview" = "xno"; then