diff options
author | Martin Brodbeck <martin@brodbeck-online.de> | 2016-06-07 13:03:50 +0200 |
---|---|---|
committer | Martin Brodbeck <martin@brodbeck-online.de> | 2016-06-07 13:03:50 +0200 |
commit | 850e16bed4698dc44c3927e210b4492e7dff546a (patch) | |
tree | b09ebf5e8134da01aa70a46e5086feee9d35b1f2 /project | |
parent | e2c1fdf860f37ce5f8f54cb05a36d034cc72172f (diff) |
Depends: Bump taglib min required version to 1.9
Diffstat (limited to 'project')
-rw-r--r-- | project/cmake/modules/FindTagLib.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/modules/FindTagLib.cmake b/project/cmake/modules/FindTagLib.cmake index 06b615d8a2..0a9c353389 100644 --- a/project/cmake/modules/FindTagLib.cmake +++ b/project/cmake/modules/FindTagLib.cmake @@ -14,7 +14,7 @@ # TagLib::TagLib - The TagLib library if(PKG_CONFIG_FOUND) - pkg_check_modules(PC_TAGLIB taglib>=1.8.0 QUIET) + pkg_check_modules(PC_TAGLIB taglib>=1.9.0 QUIET) endif() find_path(TAGLIB_INCLUDE_DIR taglib/tag.h |