From 2e5e4e4746b9d2270a5b93d65c4abf7c9a681924 Mon Sep 17 00:00:00 2001 From: Jens Granseuer Date: Wed, 12 Dec 2007 11:57:37 +0000 Subject: [PATCH] the changes in r8327 require new API, so bump the libgnomekbd requirement 2007-12-12 Jens Granseuer * configure.in: the changes in r8327 require new API, so bump the libgnomekbd requirement to 2.21.4 svn path=/trunk/; revision=8328 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73c8158cf..381d87a53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-12 Jens Granseuer + + * configure.in: the changes in r8327 require new API, so bump the + libgnomekbd requirement to 2.21.4 + 2007-11-12 Rodrigo Moya * configure.in: diff --git a/configure.in b/configure.in index b42951868..5c247e6ad 100644 --- a/configure.in +++ b/configure.in @@ -193,7 +193,7 @@ CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS" dnl ============== dnl gswitchit dnl ============== -PKG_CHECK_MODULES(LIBGNOMEKBD, [libgnomekbd >= 2.21 libxklavier >= 3.3]) +PKG_CHECK_MODULES(LIBGNOMEKBD, [libgnomekbd >= 2.21.4 libxklavier >= 3.3]) AC_SUBST(LIBGNOMEKBD_CFLAGS) AC_SUBST(LIBGNOMEKBD_LIBS)