Meson: properly install 'hyprland' symlink (#9091)

This commit is contained in:
Mihai Fufezan 2025-01-18 10:59:25 +02:00 committed by GitHub
parent 078e13f463
commit d01756c1f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

View file

@ -49,3 +49,9 @@ executable(
],
install: true,
)
install_symlink(
'hyprland',
install_dir: get_option('bindir'),
pointing_to: 'Hyprland',
)