add 'cairo' subdir
This commit is contained in:
parent
cbab56fa79
commit
6bb47d9f5e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from glob import glob
|
|||
Import('env')
|
||||
|
||||
base = './mapnik/'
|
||||
subdirs = ['','svg','wkt','grid','json','util','group','text','text/placements','text/formatting']
|
||||
subdirs = ['','svg','wkt','cairo','grid','json','util','group','text','text/placements','text/formatting']
|
||||
|
||||
if env['SVG_RENDERER']:
|
||||
subdirs.append('svg/output')
|
||||
|
|
Loading…
Reference in a new issue