Skip to content

Commit

Permalink
build: drop libinput as it was never used
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed May 19, 2020
1 parent fe2dd1e commit 74db69d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ $ waybar
```
gtkmm3
jsoncpp
libinput
libsigc++
fmt
wayland
Expand Down
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -180,7 +179,6 @@ executable(
spdlog,
sigcpp,
jsoncpp,
libinput,
wayland_cursor,
gtkmm,
dbusmenu_gtk,
Expand Down

0 comments on commit 74db69d

Please sign in to comment.