diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-06-11 19:15:09 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-06-11 19:15:09 +0200 |
commit | fa10bccb322dedee6b72d6f8c1834de8b194d3ca (patch) | |
tree | e3ffaecb550be05abc3eabb3ac812d75e351e17d /configure.in | |
parent | 30d7235c2ceda6d549438a9204b60a0e1f9186de (diff) |
Port to new LV2 state interface. Use new lv2-1.0 header files (from system) and remove local copies of same.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8222e9e..cf2cb51 100644 --- a/configure.in +++ b/configure.in @@ -33,7 +33,7 @@ if test "x$enable_lv2" = "xyes"; then dnl ====================== dnl Check for lv2core dnl ====================== - PKG_CHECK_MODULES(LV2, lv2core >= 4.1) + PKG_CHECK_MODULES(LV2, lv2 >= 1.0) else AC_MSG_RESULT([*** LV2 plugin will not be compiled ***]) enable_lv2=no |