From 83847a705e7dfee0f98c2cc6a8e0360387d6ed7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 8 Jun 2018 11:30:28 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 139e94c..30f1eb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/)