clang fixes: clang-devel is not needed, explicitly disable clang by default

This commit is contained in:
Mikhail Novosyolov 2019-10-18 13:19:25 +03:00
parent dfdccb915a
commit f743588052

View file

@ -6,6 +6,7 @@
%bcond_without l10n %bcond_without l10n
%bcond_with icecream %bcond_with icecream
%bcond_with ccache %bcond_with ccache
%bcond_with clang
%if %{with l10n} %if %{with l10n}
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu %define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
@ -100,8 +101,7 @@ BuildRequires: bsh
BuildRequires: ccache BuildRequires: ccache
%endif %endif
%if %{with clang} %if %{with clang}
BuildRequires: clang BuildRequires: clang lld
BuildRequires: clang-devel
%endif %endif
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: doxygen >= 1.8.4 BuildRequires: doxygen >= 1.8.4