mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-24 11:15:58 +01:00
hyprbars: update meson.build
This commit is contained in:
parent
e4e1e33fa9
commit
f62f3b216e
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ shared_module(meson.project_name(), src,
|
||||||
dependency('hyprland'),
|
dependency('hyprland'),
|
||||||
dependency('pixman-1'),
|
dependency('pixman-1'),
|
||||||
dependency('libdrm'),
|
dependency('libdrm'),
|
||||||
dependency('pangocairo')
|
dependency('pangocairo'),
|
||||||
|
dependency('libinput'),
|
||||||
|
dependency('libudev'),
|
||||||
|
dependency('wayland-server'),
|
||||||
],
|
],
|
||||||
install: true,
|
install: true,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue