Skip to content

Commit

Permalink
GeanyPG is needing API 224
Browse files Browse the repository at this point in the history
With latest update to remove deprecated things the plugin needs a more recent version of Geany.
  • Loading branch information
frlan committed Mar 11, 2016
1 parent 3ef8910 commit da16705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geanypg/configure.ac
Expand Up @@ -8,7 +8,7 @@ AC_PROG_LIBTOOL
AM_PATH_GPGME()

# checking for Geany
PKG_CHECK_MODULES(GEANY, [geany >= 0.20])
PKG_CHECK_MODULES(GEANY, [geany >= 1.26])
AC_SUBST(GEANY_CFLAGS)
AC_SUBST(GEANY_LIBS)

Expand Down

0 comments on commit da16705

Please sign in to comment.