mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:25:59 +01:00
Meson & Nix: add libuuid dep
This commit is contained in:
parent
5262292abc
commit
5fdd0bceac
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
libdrm,
|
||||
libexecinfo,
|
||||
libinput,
|
||||
libuuid,
|
||||
libxcb,
|
||||
libxkbcommon,
|
||||
mesa,
|
||||
|
@ -113,6 +114,7 @@ in
|
|||
libdrm
|
||||
libGL
|
||||
libinput
|
||||
libuuid
|
||||
libxkbcommon
|
||||
mesa
|
||||
pango
|
||||
|
|
|
@ -26,7 +26,8 @@ executable('Hyprland', src,
|
|||
dependency('gl', 'opengl'),
|
||||
dependency('threads'),
|
||||
dependency('pango'),
|
||||
dependency('pangocairo')
|
||||
dependency('pangocairo'),
|
||||
dependency('uuid'),
|
||||
],
|
||||
install : true
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue