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

- Use the gcc9-c++ compiler in SLE/Leap so it builds successfully.

OBS-URL: https://build.opensuse.org/request/show/940185
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=34
This commit is contained in:
Antonio Larrosa 2021-12-13 10:35:11 +00:00 committed by Git OBS Bridge
parent beb8070e6c
commit 8fe3069ea1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 13 10:33:29 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Use the gcc9-c++ compiler in SLE/Leap so it builds successfully.
-------------------------------------------------------------------
Mon Dec 13 09:45:21 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -68,6 +68,7 @@ BuildRequires: doxygen
BuildRequires: fdupes
%if 0%{?suse_version} <= 1500
BuildRequires: gcc9
BuildRequires: gcc9-c++
%endif
BuildRequires: gcc-c++
BuildRequires: graphviz
@ -325,6 +326,7 @@ This package provides a PulseAudio implementation based on PipeWire
%build
%if %{pkg_vcmp gcc < 8}
export CC=gcc-9
export CXX=g++-9
%endif
%meson \
-Ddocs=enabled \