aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 15c69552..7a00a5ff 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -26,7 +26,8 @@ executable('Hyprland', src,
dependency('gl', 'opengl'),
dependency('threads'),
dependency('pango'),
- dependency('pangocairo')
+ dependency('pangocairo'),
+ dependency('uuid'),
],
install : true
)