mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
Merge pull request #1292 from n3rdopolis/patch-3
meson.build: require logind v237
This commit is contained in:
commit
97049576f7
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