From 8775087ea6280d4c553be5579e94e8b84e9b3bad Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 17 Aug 2019 00:18:39 +0200 Subject: [PATCH] Remove explicit pulse version check (debian/wheezy builds) --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 3a90652701..bf8fd3b350 100644 --- a/wscript +++ b/wscript @@ -1045,7 +1045,7 @@ def configure(conf): autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA') if re.search ("linux", sys.platform) != None and Options.options.dist_target != 'mingw': - autowaf.check_pkg(conf, 'libpulse', uselib_store='PULSEAUDIO', atleast_version='10.0', mandatory=False) + autowaf.check_pkg(conf, 'libpulse', uselib_store='PULSEAUDIO', mandatory=False) if re.search ("openbsd", sys.platform) != None: conf.env.append_value('LDFLAGS', '-L/usr/X11R6/lib')