diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-11-01 12:37:38 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-11-01 12:37:38 +0100 |
commit | 1f3fcae0a8c73adb675df639fd5f3f3269bf0dea (patch) | |
tree | 44f15105c261081fa7ee0c2c55ee7e3661b200e0 /CMakeLists.txt | |
parent | 67ad71c7de231250c9bb9d4f807519cf1242ad72 (diff) | |
download | synthpod-1f3fcae0a8c73adb675df639fd5f3f3269bf0dea.tar.xz |
update to lilv 0.22.0.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b15a0f52..e68a0cf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,9 @@ include_directories(${ECORE_FILE_INCLUDE_DIRS}) # lilv pkg_search_module(LILV REQUIRED lilv-0>=0.20) include_directories(${LILV_INCLUDE_DIRS}) +if((${LILV_VERSION} VERSION_EQUAL "0.22.0") OR (${LILV_VERSION} VERSION_GREATER "0.22.0")) + add_definitions("-DLILV_0_22") +endif() # lv2 pkg_search_module(LV2 REQUIRED lv2>=1.10) |