mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Improve dependency checks
This commit is contained in:
parent
4b200869b2
commit
b24b319bdf
@ -35,7 +35,7 @@ pangocairo = dependency('pangocairo')
|
||||
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: false)
|
||||
pixman = dependency('pixman-1')
|
||||
libcap = dependency('libcap')
|
||||
libinput = dependency('libinput')
|
||||
libinput = dependency('libinput', version: '>=1.6.0')
|
||||
libpam = cc.find_library('libpam')
|
||||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
|
Loading…
Reference in New Issue
Block a user