[xorg-x11-drv-synaptics] Add libXtst dependency to enable syndaemon build with the RECORD extension (#745289)

Peter Hutterer whot at fedoraproject.org
Tue Oct 11 22:47:52 UTC 2011


commit 484bc2e1e77baf5029bfd1d20300be06d6ba8542
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Oct 12 08:47:30 2011 +1000

    Add libXtst dependency to enable syndaemon build with the RECORD
    extension (#745289)

 xorg-x11-drv-synaptics.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index b138476..80e5383 100644
--- a/xorg-x11-drv-synaptics.spec
+++ b/xorg-x11-drv-synaptics.spec
@@ -7,7 +7,7 @@
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
 Version:        1.5.0
-Release:        1%{?gitdate:.%{gitdate}}%{?dist}
+Release:        2%{?gitdate:.%{gitdate}}%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -25,12 +25,13 @@ ExcludeArch:    s390 s390x
 
 BuildRequires:  libtool pkgconfig
 BuildRequires:  xorg-x11-server-sdk >= 1.10.99.902
-BuildRequires:  libX11-devel libXi-devel
+BuildRequires:  libX11-devel libXi-devel libXtst-devel
 BuildRequires:  xorg-x11-util-macros >= 1.8.0
 
 Requires:	Xorg %(xserver-sdk-abi-requires ansic)
 Requires:	Xorg %(xserver-sdk-abi-requires xinput)
 Requires:       udev
+Requires:       libXi libXtst
 
 Provides:       synaptics = %{version}-%{release}
 Obsoletes:      synaptics < 0.15.0
@@ -132,6 +133,10 @@ Development files for the Synaptics TouchPad for X.Org.
 
 
 %changelog
+* Wed Oct 12 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.5.0-2
+- Add libXtst dependency to enable syndaemon build with the RECORD
+  extension (#745289)
+
 * Fri Sep 02 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.5.0-1
 - synaptics 1.5.0
 


More information about the scm-commits mailing list