From 1a2fde64df83449bbeae33703b4775728f6c02c4 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 9 Oct 2017 12:30:33 +1000 Subject: [PATCH] enable vulkan on 32-bit x86 --- mesa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index d603abd..939e66a 100644 --- a/mesa.spec +++ b/mesa.spec @@ -28,7 +28,7 @@ %define with_omx 1 %endif -%ifarch x86_64 +%ifarch %{ix86} x86_64 %define with_vulkan 1 %else %define with_vulkan 0 @@ -59,7 +59,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 17.2.2 -Release: 2%{?rctag:.%{rctag}}%{?dist} +Release: 3%{?rctag:.%{rctag}}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -688,6 +688,9 @@ popd %endif %changelog +* Mon Oct 09 2017 Dave Airlie - 17.2.2-3 +- enable vulkan on 32-bit x86 + * Tue Oct 03 2017 Adam Jackson - 17.2.2-2 - Backport S3TC support from master