From c224bff7a45817a57954b53281296aa802f21a64 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 18 Dec 2008 16:56:53 +0000 Subject: [PATCH] - Fix touchpad patches --- gnome-settings-daemon-2.24.0-fix-touchpad.patch | 2 +- gnome-settings-daemon.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-settings-daemon-2.24.0-fix-touchpad.patch b/gnome-settings-daemon-2.24.0-fix-touchpad.patch index ff9312a..322e76f 100644 --- a/gnome-settings-daemon-2.24.0-fix-touchpad.patch +++ b/gnome-settings-daemon-2.24.0-fix-touchpad.patch @@ -20,7 +20,7 @@ diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager for (i = 0; i < device_info->num_classes; i++) { if (class_info->class == ButtonClass) { @@ -356,6 +361,7 @@ - #ifdef HAVE_XINPUT + #ifdef HAVE_X11_EXTENSIONS_XINPUT_H if (supports_xinput_devices ()) { set_xinput_devices_left_handed (left_handed); + return; diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 73ea77b..24d5f66 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,6 +1,6 @@ Name: gnome-settings-daemon Version: 2.25.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications Group: System Environment/Daemons @@ -179,6 +179,9 @@ fi %{_libdir}/pkgconfig/gnome-settings-daemon.pc %changelog +* Thu Dec 18 2008 - Bastien Nocera - 2.25.2-11 +- Fix touchpad patches + * Wed Dec 17 2008 Matthias Clasen - 2.25.2-10 - Rebuild against new gnome-desktop