From c3d4453bdfee954df98892586d5b01286bc7c7fb Mon Sep 17 00:00:00 2001 From: Gon Solo Date: Wed, 16 Nov 2022 22:03:54 +0100 Subject: [PATCH] Remove superfluous wscript lines. --- libs/evoral/wscript | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/evoral/wscript b/libs/evoral/wscript index 08b2129fce..59fe020bc8 100644 --- a/libs/evoral/wscript +++ b/libs/evoral/wscript @@ -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)