diff --git a/libxklavier.spec b/libxklavier.spec index 833b278..21108c2 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -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