From 732482a4c124ebc4bf9a58accd77eb26c8593c34 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 3 Feb 2014 16:22:48 +0100 Subject: [PATCH] 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 --- mesa.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mesa.spec b/mesa.spec index 751be04..60312b3 100644 --- a/mesa.spec +++ b/mesa.spec @@ -25,6 +25,7 @@ %ifarch %{arm} %define with_freedreno 1 +%define with_xa 1 %endif %ifarch s390 s390x ppc64le