mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
drop libevdev dependency
This commit is contained in:
parent
d41f11e6bd
commit
7fd06a62c8
10 changed files with 13 additions and 64 deletions
|
|
@ -75,7 +75,6 @@ pangocairo = dependency('pangocairo')
|
|||
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
|
||||
pixman = dependency('pixman-1')
|
||||
glesv2 = wlroots_features['gles2_renderer'] ? dependency('glesv2') : null_dep
|
||||
libevdev = dependency('libevdev')
|
||||
libinput = wlroots_features['libinput_backend'] ? dependency('libinput', version: '>=1.21.0') : null_dep
|
||||
xcb = dependency('xcb', required: get_option('xwayland'))
|
||||
drm_full = dependency('libdrm') # only needed for drm_fourcc.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue