From d5fa80e01de69ba7449a1b2f8d38514734f3211e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 2 Jun 2014 21:09:21 +0200 Subject: fix linking against libasound --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index b29a39b6ae..2275296ac6 100644 --- a/wscript +++ b/wscript @@ -649,6 +649,9 @@ def configure(conf): okmsg = 'ok', errmsg = 'too old\nPlease install boost version 1.39 or higher.') + if re.search ("linux", sys.platform) != None: + autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA') + autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2', mandatory=True) autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.2', mandatory=True) autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.32.0', mandatory=True) -- cgit v1.2.3