From 67fab39681085a3d544bf6b840925dc2846d7011 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Jan 2009 11:25:53 +0000 Subject: - mousedrake: o synaptics driver in now in package x11-driver-input-synaptics (#45531) --- NEWS | 3 +++ lib/mouse.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4347bf2..61cc1c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- mousedrake: + o synaptics driver in now in package x11-driver-input-synaptics (#45531) + Version 0.66 - 18 December 2008 - keyboarddrake: diff --git a/lib/mouse.pm b/lib/mouse.pm index 9472415..17ac8f4 100644 --- a/lib/mouse.pm +++ b/lib/mouse.pm @@ -437,7 +437,7 @@ sub various_xfree_conf { } my @pkgs = ( - if_($mouse->{synaptics}, 'synaptics'), + if_($mouse->{synaptics}, 'x11-driver-input-synaptics'), if_($mouse->{evdev_mice}, 'x11-driver-input-evdev'), if_($mouse->{Protocol} eq 'vboxmouse', 'x11-driver-input-vboxmouse'), if_($mouse->{imwheel}, 'imwheel'), -- cgit v1.2.1