mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
Build requires libcxx-devel when building with clang
This commit is contained in:
parent
7ad3adb03f
commit
88eb380fb8
1 changed files with 3 additions and 2 deletions
|
@ -107,8 +107,9 @@ BuildRequires: bsh
|
|||
BuildRequires: ccache
|
||||
%endif
|
||||
%if %{with clang}
|
||||
BuildRequires: clang
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: clang
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: libcxx-devel
|
||||
%endif
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: doxygen >= 1.8.4
|
||||
|
|
Loading…
Add table
Reference in a new issue