bump libxklavier requirement to 3.3 remove compatibility hack for

2007-10-21  Jens Granseuer  <jensgr@gmx.net>

	* configure.in: bump libxklavier requirement to 3.3
	* capplets/keyboard/gnome-keyboard-properties-xkbmc.c: remove
	compatibility hack for libxklavier <= 3.2

svn path=/trunk/; revision=8182
This commit is contained in:
Jens Granseuer 2007-10-21 12:24:29 +00:00 committed by Jens Granseuer
parent ee35f7dfd7
commit a5946b5d2d
3 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2007-10-21 Jens Granseuer <jensgr@gmx.net>
* configure.in: bump libxklavier requirement to 3.3
* capplets/keyboard/gnome-keyboard-properties-xkbmc.c: remove
compatibility hack for libxklavier <= 3.2
2007-10-18 Bastien Nocera <hadess@hadess.net>
* schemas/apps_gnome_settings_daemon_keybindings.schemas.in:

View file

@ -41,11 +41,6 @@ static void fill_models_list (GladeXML * chooser_dialog);
static gboolean fill_vendors_list (GladeXML * chooser_dialog);
/* hack, till libxklavier 3.3 is released */
#ifndef XCI_PROP_VENDOR
#define XCI_PROP_VENDOR "vendor"
#endif
static GtkTreePath *
gtk_list_store_find_entry (GtkListStore * list_store,
GtkTreeIter * iter, gchar * name, int column_id)

View file

@ -193,7 +193,7 @@ CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS"
dnl ==============
dnl gswitchit
dnl ==============
PKG_CHECK_MODULES(LIBGNOMEKBD, [libgnomekbd >= 2.21 libxklavier >= 3.2])
PKG_CHECK_MODULES(LIBGNOMEKBD, [libgnomekbd >= 2.21 libxklavier >= 3.3])
AC_SUBST(LIBGNOMEKBD_CFLAGS)
AC_SUBST(LIBGNOMEKBD_LIBS)