mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
meson.build: require logind v237
Commit 7b52388424
uses a function added in logind v237
This commit is contained in:
parent
fb5572db5a
commit
cf7323a831
@ -55,7 +55,7 @@ xkbcommon = dependency('xkbcommon')
|
|||||||
udev = dependency('libudev')
|
udev = dependency('libudev')
|
||||||
pixman = dependency('pixman-1')
|
pixman = dependency('pixman-1')
|
||||||
libcap = dependency('libcap', required: get_option('libcap'))
|
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)
|
math = cc.find_library('m', required: false)
|
||||||
|
|
||||||
wlr_parts = []
|
wlr_parts = []
|
||||||
|
Loading…
Reference in New Issue
Block a user