[acprep]: Add libutfcpp-dev dependency

[ci skip]

Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
This commit is contained in:
Alexis Hildebrandt 2015-01-12 11:26:23 +01:00
parent 6e82b29073
commit 967a76193e

2
acprep
View file

@ -562,6 +562,7 @@ class PrepareBuild(CommandLineApp):
'libedit-dev',
'texinfo',
'lcov',
'libutfcpp-dev',
'sloccount'
] + BoostInfo().dependencies('ubuntu-trusty')
elif re.search('saucy', info):
@ -599,6 +600,7 @@ class PrepareBuild(CommandLineApp):
'libedit-dev',
'texinfo',
'lcov',
'libutfcpp-dev',
'sloccount'
] + BoostInfo().dependencies('ubuntu-precise')
else: