Update xorg 1.18 server conditional

F23 has 1.18 as well now.
This commit is contained in:
Kalev Lember 2015-09-22 14:10:45 +02:00
parent a2caa3159f
commit d1e32caf45

View File

@ -185,7 +185,7 @@ popd
# Allow build against xorg-x11-server-1.18.
%patch15 -p1 -b .xserver118
%if 0%{?fedora} > 23
%if 0%{?fedora} >= 23
%patch17 -p1 -b .xorg118-QueueKeyboardEvents
%endif