summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-08-14 18:03:34 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-12-02 21:21:25 +1000
commit30da95b60930d2ce45cf2a3b9b2d3bc612002471 (patch)
tree9736fee97dc091cd44e317110cfa4f33518d344f /libs
parente80d18b0b3ecf9890d83a273a5a77de112022790 (diff)
Remove duplicate ALSA pkgconfig
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index e7dcf45635..b509db361f 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -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)