Update for latest Lilv SVN.

git-svn-id: svn://localhost/ardour2/branches/3.0@11587 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2012-03-03 21:46:25 +00:00
parent 0d2885315a
commit 22b583a8e7
2 changed files with 3 additions and 3 deletions

View File

@ -634,12 +634,12 @@ LV2Plugin::add_state(XMLNode* root) const
if (!_impl->state || !lilv_state_equals(state, _impl->state)) {
lilv_state_save(_world.world,
_uri_map.urid_map(),
_uri_map.urid_unmap(),
state,
NULL,
new_dir.c_str(),
"state.ttl",
NULL);
"state.ttl");
lilv_state_free(_impl->state);
_impl->state = state;

View File

@ -259,7 +259,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
atleast_version='0.0.0', mandatory=False)
autowaf.check_pkg(conf, 'lilv-0', uselib_store='NEW_LILV',
atleast_version='0.9.0', mandatory=False)
atleast_version='0.11.0', mandatory=False)
if conf.is_defined('HAVE_LILV'):
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.2.0', mandatory=False)