mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04: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…
Add table
Add a link
Reference in a new issue