From 15c8a01fc3b4e02a16299e8a2090c9a0584e80df Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Sat, 31 Jul 2010 16:56:47 +0700 Subject: [PATCH 08/10] mpd.spec: added ability to enable/disble HTTP output. --- mpd.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mpd.spec b/mpd.spec index 4130776..5ac4122 100644 --- a/mpd.spec +++ b/mpd.spec @@ -38,6 +38,7 @@ %def_enable iso9660 %def_enable sqlite %def_disable sidplay +%def_enable httpd_output %def_enable doc %def_without tremor # auto|avahi|bonjour|no @@ -209,6 +210,7 @@ This package contains %Name's API documentation. %{subst_enable sqlite} \ %{subst_enable fluidsynth} \ %{subst_enable wildmidi} \ + %{subst_enable_to httpd_output httpd-output} \ %{subst_enable_to doc documentation} \ --with-zeroconf=%zeroconf \ --docdir=%_docdir/%name-%version -- 1.6.5.7