Accepting request 1148405 from home:alarrosa:branches:multimedia:libs

- Force using doxygen-1_10 in SLE where the default doxygen is too
  old and generates broken docs (boo#1217886)

OBS-URL: https://build.opensuse.org/request/show/1148405
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=183
This commit is contained in:
Antonio Larrosa 2024-02-21 06:59:15 +00:00 committed by Git OBS Bridge
parent dd2645b5b9
commit 8b44bcd41b
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 21 06:48:22 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Force using doxygen-1_10 in SLE where the default doxygen is too
old and generates broken docs (boo#1217886)
-------------------------------------------------------------------
Tue Feb 20 17:44:12 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -74,7 +74,11 @@ Source99: baselibs.conf
Patch0: reduce-meson-dependency.patch
BuildRequires: docutils
BuildRequires: doxygen
%if 0%{suse_version} > 1500
BuildRequires: doxygen >= 1.9.7
%else
BuildRequires: doxygen-1_10
%endif
BuildRequires: fdupes
BuildRequires: gcc-c++
%if 0%{?suse_version} <= 1500