]> git.donarmstrong.com Git - lilypond.git/blobdiff - SConstruct
* SConstruct: Require pkg-config.
[lilypond.git] / SConstruct
index a432db898cfc0e92fd4e74d75aae69fdc0f7fd5c..fb52df0540eb9540409d6f7d4483cdb5553af515 100644 (file)
@@ -392,6 +392,8 @@ def configure (target, source, env):
        #this could happen after flower...
        env.ParseConfig ('guile-config compile')
 
+       test_program (required, 'pkg-config', '0.9.0',
+                     'pkg-config library compile manager', 'pkg-config')
        if test_lib (required, 'freetype2', '0.0',
                     'Development files for FreeType 2 font engine'):
                conf.env['DEFINES']['HAVE_FREETYPE2'] = '1'