From 161bdbdb7af74396f8267a97cd8c78021ef1d0ae Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 16 Dec 2014 06:12:46 +0100 Subject: build: require alsa libs not older than 6 years Some IEC958 flags we use have been introduced in 2008, which makes compilation fail on older systems. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 6d1829c807..7eab4f5b18 100644 --- a/wscript +++ b/wscript @@ -534,7 +534,7 @@ audio_output_features = [ }, { 'name': '--alsa', 'desc': 'ALSA audio output', - 'func': check_pkg_config('alsa'), + 'func': check_pkg_config('alsa >= 1.0.18'), }, { 'name': '--coreaudio', 'desc': 'CoreAudio audio output', -- cgit v1.2.3