Accepting request 290967 from home:dimstar:Factory

- Add pkgconfig(speexdsp) BuildRequires: its presence is checked
  for by the build system.

OBS-URL: https://build.opensuse.org/request/show/290967
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=66
This commit is contained in:
2015-03-16 14:37:39 +00:00
committed by Git OBS Bridge
parent 4bd69f2e52
commit bff3df32aa
2 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ BuildRequires: libogg-devel
BuildRequires: libsndfile-devel
%if %{with system_speex}
BuildRequires: speex-devel
BuildRequires: pkgconfig(speexdsp)
%endif
BuildRequires: boost-devel
BuildRequires: gcc-c++