13
0

Remove superfluous wscript lines.

This commit is contained in:
Gon Solo 2022-11-16 22:03:54 +01:00 committed by Robin Gareus
parent 85a45b2645
commit c3d4453bdf
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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)