Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Depend on Geany 0.20.
  • Loading branch information
ntrel committed Oct 28, 2010
1 parent ad2a9a4 commit 3a37614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configure.ac
@@ -1,4 +1,5 @@
AC_PREREQ([2.61])
dnl Don't forget when updating version number to do GP_CHECK_GEANY also
AC_INIT([geany-plugins], [0.20])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])

Expand All @@ -17,7 +18,7 @@ IT_PROG_INTLTOOL([0.35.0])
GP_I18N

dnl common checks
GP_CHECK_GEANY(0.19)
GP_CHECK_GEANY(0.20)
GP_CHECK_UNITTESTS(0.9.4)

dnl plugin checks
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -230,7 +230,7 @@ def configure(conf):

conf.check_cfg(package='gtk+-2.0', atleast_version='2.8.0', uselib_store='GTK',
mandatory=True, args='--cflags --libs')
conf.check_cfg(package='geany', atleast_version='0.19', mandatory=True, args='--cflags --libs')
conf.check_cfg(package='geany', atleast_version=VERSION, mandatory=True, args='--cflags --libs')

gtk_version = conf.check_cfg(modversion='gtk+-2.0') or 'Unknown'
geany_version = conf.check_cfg(modversion='geany') or 'Unknown'
Expand Down

0 comments on commit 3a37614

Please sign in to comment.