aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/meson.build
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-12-02 16:31:22 +0000
committerGitHub <[email protected]>2024-12-02 16:31:22 +0000
commit92186898c0ca1b3f72922b72c4af1723f0d9b888 (patch)
tree72899d9862d8e23275b51f5f89d5b2945b2b3a0f /src/meson.build
parent10a9fec7fc8e77479a599985c776a8a184311cd6 (diff)
downloadHyprland-92186898c0ca1b3f72922b72c4af1723f0d9b888.tar.gz
Hyprland-92186898c0ca1b3f72922b72c4af1723f0d9b888.zip
version: add link versions for other utils (#8619)
--------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/meson.build b/src/meson.build
index 2dbe2f44..61ca06d5 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -9,14 +9,14 @@ executable(
dependencies: [
server_protos,
aquamarine,
+ hyprcursor,
+ hyprlang,
+ hyprutils,
dependency('gbm'),
dependency('xcursor'),
dependency('wayland-server'),
dependency('wayland-client'),
dependency('cairo'),
- dependency('hyprcursor', version: '>=0.1.7'),
- dependency('hyprlang', version: '>= 0.3.2'),
- dependency('hyprutils', version: '>= 0.2.3'),
dependency('libdrm'),
dependency('egl'),
dependency('xkbcommon'),