From f6156776d191b9d848d6892c473dfa2cd8963884 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 28 Feb 2012 15:10:24 +0000 Subject: [PATCH 21/23] configure: make pulseaudio a configurable option Allows disabling pulseaudio support at configure time. Upstream-Status: Pending Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa --- configure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure b/configure index 69e30b5..290b9ac 100755 --- a/configure +++ b/configure @@ -2039,6 +2039,13 @@ while [ "$#" -gt 0 ]; do UNKNOWN_OPT=yes fi ;; + pulseaudio) + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then + CFG_PULSEAUDIO="$VAL" + else + UNKNOWN_OPT=yes + fi + ;; gtkstyle) if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then CFG_QGTKSTYLE="$VAL" -- 1.8.3.2