mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-14 03:25:45 -07:00
Meson & Nix: add libuuid dep
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user