[acprep]: Add libutfcpp-dev dependency
[ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
This commit is contained in:
parent
6e82b29073
commit
967a76193e
1 changed files with 2 additions and 0 deletions
2
acprep
2
acprep
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue