Disable DRI3 in RHEL builds for now
This commit is contained in:
parent
b662779036
commit
0988cc4f36
@ -410,7 +410,7 @@ test `getminor extension` == %{extension_minor}
|
|||||||
%global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
|
%global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
|
||||||
|
|
||||||
%if %{with_hw_servers}
|
%if %{with_hw_servers}
|
||||||
%global dri_flags --with-dri-driver-path=%{drimoduledir} --enable-dri2 --enable-dri3
|
%global dri_flags --with-dri-driver-path=%{drimoduledir} --enable-dri2 %{?!rhel:--enable-dri3}
|
||||||
%else
|
%else
|
||||||
%global dri_flags --disable-dri
|
%global dri_flags --disable-dri
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user