diff options
author | David Robillard <d@drobilla.net> | 2009-12-11 15:59:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-12-11 15:59:21 +0000 |
commit | fc56a92847ff6ae474f0aad3167ba2f55196c395 (patch) | |
tree | d68b706750023c4c3c9a0be761827675d8806202 /wscript | |
parent | cf8baa65fcea4fb42a27f65eb710204dd9f88d71 (diff) | |
download | ingen-fc56a92847ff6ae474f0aad3167ba2f55196c395.tar.gz ingen-fc56a92847ff6ae474f0aad3167ba2f55196c395.tar.bz2 ingen-fc56a92847ff6ae474f0aad3167ba2f55196c395.zip |
Build against old Gtkmm (without clear icon in text entries).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2309 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ def configure(conf): autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True) autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.14.0', mandatory=True) autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM', atleast_version='2.11.12', mandatory=False) + autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='NEW_GTKMM', atleast_version='2.14.0', mandatory=False) autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.109.0', mandatory=True) autowaf.check_pkg(conf, 'slv2', uselib_store='SLV2', atleast_version='0.6.0', mandatory=True) autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', atleast_version='0.5.1', mandatory=True) |