mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-28 18:44:17 +00:00
Add version checking to wlroots dependency
This commit is contained in:
parent
fb67ff7ace
commit
edd188ca62
@ -9,7 +9,7 @@ libm = cc.find_library('m')
|
|||||||
xcb = dependency('xcb', required : get_option('xwayland'))
|
xcb = dependency('xcb', required : get_option('xwayland'))
|
||||||
xlibs = dependency('xcb-icccm', required : get_option('xwayland'))
|
xlibs = dependency('xcb-icccm', required : get_option('xwayland'))
|
||||||
wayland_server_dep = dependency('wayland-server')
|
wayland_server_dep = dependency('wayland-server')
|
||||||
wlroots_dep = dependency('wlroots')
|
wlroots_dep = dependency('wlroots', version : ['>=0.16.0', '<0.17.0'])
|
||||||
xkbcommon_dep = dependency('xkbcommon')
|
xkbcommon_dep = dependency('xkbcommon')
|
||||||
libinput_dep = dependency('libinput')
|
libinput_dep = dependency('libinput')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user