disable audacious support (#1090655)

This commit is contained in:
Miroslav Lichvar 2014-04-24 14:37:39 +02:00
parent bee3581e03
commit bffb12b37f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
%global gitrev 11a13d
%bcond_without alsa
%bcond_without audacious
%bcond_with audacious
%bcond_without curl
%bcond_without ibm
%bcond_without imlib
@ -36,7 +36,7 @@ BuildRequires: libXt-devel
BuildRequires: libXdamage-devel
BuildRequires: libXext-devel
%{?with_alsa:BuildRequires: alsa-lib-devel}
%{?with_audacious:BuildRequires: audacious-devel dbus-glib-devel}
%{?with_audacious:BuildRequires: audacious-devel < 3.5 dbus-glib-devel}
%{?with_curl:BuildRequires: curl-devel}
%{?with_imlib:BuildRequires: imlib2-devel}
%{?with_lua:BuildRequires: lua-devel}