Stop building DRI1 support
- Don't build DRI2 on s390{,x}
This commit is contained in:
parent
0694fea0f3
commit
52f41703a5
@ -45,7 +45,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.18.3
|
Version: 1.18.3
|
||||||
Release: 1%{?gitdate:.%{gitdate}}%{dist}
|
Release: 2%{?gitdate:.%{gitdate}}%{dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -411,7 +411,7 @@ test `getminor extension` == %{extension_minor}
|
|||||||
%if %{with_hw_servers}
|
%if %{with_hw_servers}
|
||||||
%global dri_flags --enable-dri2 %{?!rhel:--enable-dri3} --enable-suid-wrapper --enable-glamor
|
%global dri_flags --enable-dri2 %{?!rhel:--enable-dri3} --enable-suid-wrapper --enable-glamor
|
||||||
%else
|
%else
|
||||||
%global dri_flags --disable-dri
|
%global dri_flags --disable-dri2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -449,6 +449,7 @@ autoreconf -f -v --install || exit 1
|
|||||||
--enable-config-udev \
|
--enable-config-udev \
|
||||||
--disable-unit-tests \
|
--disable-unit-tests \
|
||||||
--enable-dmx \
|
--enable-dmx \
|
||||||
|
--disable-dri \
|
||||||
%{?wayland} \
|
%{?wayland} \
|
||||||
%{dri_flags} %{?bodhi_flags} \
|
%{dri_flags} %{?bodhi_flags} \
|
||||||
${CONFIGURE}
|
${CONFIGURE}
|
||||||
@ -637,6 +638,10 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 14 2016 Adam Jackson <ajax@redhat.com> - 1.18.3-2
|
||||||
|
- Stop building DRI1 support
|
||||||
|
- Don't build DRI2 on s390{,x}
|
||||||
|
|
||||||
* Mon Apr 04 2016 Adam Jackson <ajax@redhat.com> 1.18.3-1
|
* Mon Apr 04 2016 Adam Jackson <ajax@redhat.com> 1.18.3-1
|
||||||
- xserver 1.18.3
|
- xserver 1.18.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user