global shortcuts: include in meson

This commit is contained in:
vaxerski 2023-04-09 00:38:34 +01:00
parent 5d6a3ee147
commit d7d403b711
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ hyprland_protocols_version = meson.project_version()
fs = import('fs')
protocols = {
'hyprland-toplevel-export': ['v1']
'hyprland-toplevel-export': ['v1'],
'hyprland-global-shortcuts': ['v1']
}
protocol_files = []