applying the patch

This commit is contained in:
Matthias Clasen 2009-12-10 05:59:27 +00:00
parent 32e0cefac3
commit ec9edecc73

View File

@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# http://bugs.freedesktop.org/show_bug.cgi?id=22687
Patch0: flags.patch
Patch1: xinput-fixes.patch
Patch2: catch-more-xerrors.patch
%description
libxklavier is a library providing a high-level API for the X Keyboard
@ -40,6 +41,7 @@ needed to develop libxklavier applications.
%setup -q
%patch0 -p1 -b .flags
%patch1 -p0 -b .xinput
%patch2 -p1 -b .catch-more-xerrors
%build