Accepting request 1189363 from devel:libraries:c_c++
- Build kddockwidgets without spdlog until fmt 11 gets supported OBS-URL: https://build.opensuse.org/request/show/1189363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kddockwidgets?expand=0&rev=4
This commit is contained in:
commit
5dd35bea1a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 11:02:36 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Build kddockwidgets without spdlog until fmt 11 gets supported
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 13:30:23 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -59,7 +59,8 @@ BuildRequires: cmake(Qt6Widgets)
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1500
|
||||
# fmt is too old in 15.5/15.6, spdlog can't be used
|
||||
BuildRequires: cmake(spdlog) >= 1.8.0
|
||||
# FIXME: 2024/07/24: disabled until https://github.com/KDAB/KDDockWidgets/issues/520 is fixed
|
||||
# BuildRequires: cmake(spdlog) >= 1.8.0
|
||||
%else
|
||||
# Full c++-17 support needed
|
||||
BuildRequires: gcc13-PIE
|
||||
|
Loading…
Reference in New Issue
Block a user