diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-12-12 19:50:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-12-12 19:50:39 +0000 |
commit | 8e3b41392ed899aae505c98f93014aa7cdbefac2 (patch) | |
tree | ec378155b1b5b0a027e884fc1f2db03e48df534d /perl-install/install_gtk.pm | |
parent | f31b09da4acf8714292851eef127b059dee2dea1 (diff) | |
download | drakx-8e3b41392ed899aae505c98f93014aa7cdbefac2.tar drakx-8e3b41392ed899aae505c98f93014aa7cdbefac2.tar.gz drakx-8e3b41392ed899aae505c98f93014aa7cdbefac2.tar.bz2 drakx-8e3b41392ed899aae505c98f93014aa7cdbefac2.tar.xz drakx-8e3b41392ed899aae505c98f93014aa7cdbefac2.zip |
keyboard_drv.o is needed by Xorg, and driver must "keyboard", not "Keyboard"
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 0cf8e9a31..8d22cdfda 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -261,7 +261,7 @@ EndSection Section "InputDevice" Identifier "Keyboard" - Driver "Keyboard" + Driver "keyboard" %s Option "XkbModel" "pc105" Option "XkbLayout" "" |