diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2012-04-01 01:39:48 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2012-04-01 01:39:48 +0100 |
commit | bd8e82c0936f9cd014b303b768c06e9bc446b58e (patch) | |
tree | 56873dd07fb8b70d368a491fcd5a5f806a415c01 /configure.ac | |
parent | 68ce5f6d2f00d581b70da69886ad0f8393facf1b (diff) | |
download | gnome-settings-daemon-bd8e82c0936f9cd014b303b768c06e9bc446b58e.tar.gz |
Patching xkb config with xmodmap regardless of the difference between current and xkb config
Even if XKB configs are same, xmodmap should be activated.
https://bugzilla.gnome.org/show_bug.cgi?id=660000
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f73583ed..9e8485b7 100644 --- a/configure.ac +++ b/configure.ac @@ -175,7 +175,7 @@ dnl --------------------------------------------------------------------------- dnl - Keyboard plugin stuff dnl --------------------------------------------------------------------------- -LIBGNOMEKBD_REQUIRED=2.91.1 +LIBGNOMEKBD_REQUIRED=3.5.1 PKG_CHECK_MODULES(KEYBOARD, [libgnomekbdui >= $LIBGNOMEKBD_REQUIRED libgnomekbd >= $LIBGNOMEKBD_REQUIRED libxklavier >= 5.0 kbproto]) dnl --------------------------------------------------------------------------- |