Remove superfluous wscript lines.
This commit is contained in:
parent
85a45b2645
commit
c3d4453bdf
@ -36,10 +36,6 @@ def options(opt):
|
||||
def configure(conf):
|
||||
#autowaf.display_header('Evoral Configuration')
|
||||
|
||||
autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False)
|
||||
autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2')
|
||||
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0')
|
||||
autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.14.0')
|
||||
if not autowaf.is_child():
|
||||
autowaf.check_pkg(conf, 'libpbd-4', uselib_store='LIBPBD', atleast_version='4.0.0', mandatory=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user