mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 19:06:52 +00:00
Add _with_xa when arch is arm and _with_freedreeno
According to the build instructions for freedreeno https://github.com/freedreno/freedreno/wiki/Git-Trees-%26-Branches#build-instructions the driver requires the xa state tracker to be enabled
This commit is contained in:
parent
f341e78569
commit
732482a4c1
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
%define with_freedreno 1
|
%define with_freedreno 1
|
||||||
|
%define with_xa 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x ppc64le
|
%ifarch s390 s390x ppc64le
|
||||||
|
|
Loading…
Reference in a new issue