diff options
author | David Robillard <d@drobilla.net> | 2008-06-09 17:21:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-06-09 17:21:44 +0000 |
commit | 4e736d0b31c56a7ab397c7399b3a53f726466c78 (patch) | |
tree | a9640733f976926b5e4a9ddcea4fcffed9337fbe /configure.ac | |
parent | b3448dcc7c06fb19daee66dc2cf1cea79086e770 (diff) | |
download | ingen-4e736d0b31c56a7ab397c7399b3a53f726466c78.tar.gz ingen-4e736d0b31c56a7ab397c7399b3a53f726466c78.tar.bz2 ingen-4e736d0b31c56a7ab397c7399b3a53f726466c78.zip |
Bump liblo dependency to 0.24.
Bundleify communications where order is relevant (fixes 'random' issues like node positions being off, ticket #89, etc).
git-svn-id: http://svn.drobilla.net/lad/ingen@1248 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 975d7b76..a978a02e 100644 --- a/configure.ac +++ b/configure.ac @@ -140,7 +140,7 @@ if test "$build_jack" = "yes"; then fi # OSC support (mandatory for now due to laziness) -PKG_CHECK_MODULES(LIBLO, liblo) +PKG_CHECK_MODULES(LIBLO, liblo >= 0.24) # LV2 support build_lv2="yes" |