summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-25 14:08:59 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-25 14:08:59 +0100
commitc982ff2fe7a956a79c4e935d78ed6b2c37752d75 (patch)
tree6e3ad04f567e2944b47ef0fe10eccc24200b8c6b /wscript
parent6bdf59318f3329fde249e37c48751d1e7a592a97 (diff)
More build fixes.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 245f3353c..22ec79c26 100644
--- a/wscript
+++ b/wscript
@@ -159,6 +159,9 @@ def configure(conf):
else:
conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True)
+ # libicu
+ conf.check_cfg(package='icu-io', args='--cflags --libs', uselib_store='ICU', mandatory=True)
+
# libsndfile
conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=True)