Skip to content

Commit e84902c

Browse files
committed
require libsystemd v243 at minimum
for sd_event_source_disable_unref
1 parent 7112fc2 commit e84902c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ include(CheckCXXCompilerFlag)
9595
include(FindPkgConfig)
9696
pkg_check_modules(DRM REQUIRED IMPORTED_TARGET libdrm)
9797
pkg_check_modules(GBM REQUIRED IMPORTED_TARGET gbm)
98-
pkg_check_modules(LIBSYSTEMD REQUIRED IMPORTED_TARGET libsystemd)
98+
pkg_check_modules(LIBSYSTEMD REQUIRED IMPORTED_TARGET libsystemd>=243)
9999
pkg_check_modules(LIBINPUT REQUIRED IMPORTED_TARGET libinput)
100100
pkg_check_modules(LIBXKBCOMMON REQUIRED IMPORTED_TARGET xkbcommon)
101101
pkg_check_modules(LIBUDEV REQUIRED IMPORTED_TARGET libudev)

0 commit comments

Comments
 (0)