1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

build: drop libinput as it was never used

This commit is contained in:
Jan Beich 2019-08-09 17:45:28 +00:00
parent fe2dd1e843
commit 74db69dcb7
2 changed files with 0 additions and 3 deletions

@ -44,7 +44,6 @@ $ waybar
```
gtkmm3
jsoncpp
libinput
libsigc++
fmt
wayland

@ -67,7 +67,6 @@ add_global_arguments(cpp_args, language : 'cpp')
add_global_link_arguments(cpp_link_args, language : 'cpp')
thread_dep = dependency('threads')
libinput = dependency('libinput')
fmt = dependency('fmt', version : ['>=5.3.0'], fallback : ['fmt', 'fmt_dep'])
spdlog = dependency('spdlog', version : ['>=1.3.1'], fallback : ['spdlog', 'spdlog_dep'])
wayland_client = dependency('wayland-client')
@ -180,7 +179,6 @@ executable(
spdlog,
sigcpp,
jsoncpp,
libinput,
wayland_cursor,
gtkmm,
dbusmenu_gtk,