mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 05:55:58 +01:00
meson.build: require logind v237
Commit 7b52388424
uses a function added in logind v237
This commit is contained in:
parent
fb5572db5a
commit
cf7323a831
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ xkbcommon = dependency('xkbcommon')
|
|||
udev = dependency('libudev')
|
||||
pixman = dependency('pixman-1')
|
||||
libcap = dependency('libcap', required: get_option('libcap'))
|
||||
logind = dependency('lib' + get_option('logind-provider'), required: get_option('logind'))
|
||||
logind = dependency('lib' + get_option('logind-provider'), required: get_option('logind'), version: '>=237')
|
||||
math = cc.find_library('m', required: false)
|
||||
|
||||
wlr_parts = []
|
||||
|
|
Loading…
Reference in a new issue