Build a few more drivers for RHEL

This commit is contained in:
Adam Jackson 2023-09-07 14:19:23 -04:00
parent 30c882a9e6
commit 2f9a0d2a48

View file

@ -24,15 +24,15 @@
%ifarch aarch64 x86_64 %{ix86} %ifarch aarch64 x86_64 %{ix86}
%if !0%{?rhel} %if !0%{?rhel}
%global with_etnaviv 1
%global with_lima 1 %global with_lima 1
%global with_vc4 1 %global with_vc4 1
%global with_v3d 1
%endif %endif
%global with_etnaviv 1
%global with_freedreno 1 %global with_freedreno 1
%global with_kmsro 1 %global with_kmsro 1
%global with_panfrost 1 %global with_panfrost 1
%global with_tegra 1 %global with_tegra 1
%global with_v3d 1
%global with_xa 1 %global with_xa 1
%global extra_platform_vulkan ,broadcom,freedreno,panfrost %global extra_platform_vulkan ,broadcom,freedreno,panfrost
%endif %endif