13
0

Remove duplicate ALSA pkgconfig

This commit is contained in:
Tim Mayberry 2013-08-14 18:03:34 +10:00
parent e80d18b0b3
commit 30da95b609

View File

@ -259,9 +259,6 @@ def configure(conf):
autowaf.check_pkg(conf, 'sigc++-2.0', uselib_store='SIGCPP',
atleast_version='2.0')
if re.search ("linux", sys.platform) != None:
autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA')
if Options.options.lv2:
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
atleast_version='1.0.0', mandatory=True)