diff options
author | Vaxry <[email protected]> | 2024-03-09 16:52:59 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-09 16:52:59 +0000 |
commit | c3882bb83240b602277f2d22f21d71690531f62e (patch) | |
tree | c5e9a1110cd5d22ef700fd8b7408a418cba7c4f0 /src/meson.build | |
parent | e7a5db4852d654596e554b9cdeaa2694b346ee03 (diff) | |
download | Hyprland-c3882bb83240b602277f2d22f21d71690531f62e.tar.gz Hyprland-c3882bb83240b602277f2d22f21d71690531f62e.zip |
internal: Support libhyprcursor (#5009)
woo
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 2d72280c..59771fcf 100644 --- a/src/meson.build +++ b/src/meson.build @@ -11,6 +11,7 @@ executable('Hyprland', src, dependency('wayland-client'), wlroots.get_variable('wlroots'), dependency('cairo'), + dependency('hyprcursor'), dependency('hyprlang', version: '>= 0.3.2'), dependency('libdrm'), dependency('egl'), |