Bump required nobug version to 201006.1
This commit is contained in:
parent
6960fdd4ae
commit
ea970c702d
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ def configurePlatform(env):
|
||||||
else:
|
else:
|
||||||
print 'Valgrind not found. The use of Valgrind is optional; building without.'
|
print 'Valgrind not found. The use of Valgrind is optional; building without.'
|
||||||
|
|
||||||
if not conf.CheckPkgConfig('nobugmt', 201005.1):
|
if not conf.CheckPkgConfig('nobugmt', 201006.1):
|
||||||
problems.append('Did not find NoBug [http://www.lumiera.org/nobug_manual.html].')
|
problems.append('Did not find NoBug [http://www.lumiera.org/nobug_manual.html].')
|
||||||
else:
|
else:
|
||||||
conf.env.mergeConf('nobugmt')
|
conf.env.mergeConf('nobugmt')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue