pyviz detection features
This commit is contained in:
@@ -3,7 +3,14 @@ from waflib import Options
|
||||
|
||||
required_python_modules = [
|
||||
'gi',
|
||||
]
|
||||
'gi.repository.GObject',
|
||||
'cairo',
|
||||
'pygraphviz',
|
||||
'gi.repository.Gtk',
|
||||
'gi.repository.Gdk',
|
||||
'gi.repository.Pango',
|
||||
'gi.repository.GooCanvas',
|
||||
]
|
||||
|
||||
|
||||
def configure(conf):
|
||||
@@ -45,7 +52,6 @@ def build(bld):
|
||||
if not bld.env['ENABLE_PYVIZ']:
|
||||
return
|
||||
|
||||
|
||||
headers.source = []
|
||||
|
||||
# XXX This file was added so that static builds would work on
|
||||
|
||||
Reference in New Issue
Block a user