summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Ni <tianhao.ni@samsung.com>2022-02-25 13:37:21 +0800
committerTianhao Ni <tianhao.ni@samsung.com>2022-02-25 13:37:21 +0800
commitde3fcc00fa39189a7f08fbf2cced0abdf141c9a0 (patch)
tree451e405c8f22d79d4e67d73f19bc883adeb1e1ff
parent95785698731f88471d24fd523d04c72656c5fbcb (diff)
downloadmesa-de3fcc00fa39189a7f08fbf2cced0abdf141c9a0.tar.gz
mesa-de3fcc00fa39189a7f08fbf2cced0abdf141c9a0.tar.bz2
mesa-de3fcc00fa39189a7f08fbf2cced0abdf141c9a0.zip
Change-Id: I636231eeb420d8b191e58d0196b52171ed8a080b Signed-off-by: Tianhao Ni <tianhao.ni@samsung.com>
-rw-r--r--packaging/mesa.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec
index 85c068ea608..6423c4fdcbf 100644
--- a/packaging/mesa.spec
+++ b/packaging/mesa.spec
@@ -9,11 +9,16 @@ Source: %{name}-%{version}.tar.gz
Source1001: %{name}.manifest
Source1002: 99-GPU-Acceleration.rules
+%define USE_LLVM 0
+
BuildRequires: bison
BuildRequires: flex
+%if %{USE_LLVM} == 1
BuildRequires: llvm
BuildRequires: llvm-devel
BuildRequires: llvm-static-devel
+Requires: llvm
+%endif
BuildRequires: pkgconfig
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libdrm) >= 2.4.75
@@ -39,9 +44,8 @@ BuildRequires: pkgconfig(libdrm_intel) >= 2.4.24
ExclusiveArch:
%endif
-%define USE_LLVM 0
%define USE_GBM 0
-%define USE_VULKAN 0
+%define USE_VULKAN 1
%define VULKAN_DRIVER broadcom
%define enable_driver() %{expand:%%{?!enable_%{1}: %%global enable_%{1} 1}}