From 8f6eb196cdc3a7166ffc40d0134f420fb221f7eb 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(-) (limited to 'wscript') diff --git a/wscript b/wscript index 7e82038aee..2813ecb8a4 100644 --- a/wscript +++ b/wscript @@ -539,7 +539,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