Bump blkid requirement to 2.31.1

We actually need 2.32 for all features but at least 2.31.1 contains most
fixes and has already propagated to most distros.
This commit is contained in:
Andrius Štikonas 2018-06-08 11:30:28 +01:00
parent 858c0d660b
commit 83847a705e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ kde_enable_exceptions()
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
find_package(PkgConfig REQUIRED)
pkg_check_modules(BLKID REQUIRED blkid>=2.30)
pkg_check_modules(BLKID REQUIRED blkid>=2.31.1)
endif()
include_directories(${Qt5Core_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS} ${BLKID_INCLUDE_DIRS} lib/ src/)