global shortcuts: include in meson

This commit is contained in:
vaxerski 2023-04-09 00:37:43 +01:00
parent a5a4d21ce3
commit 1c140455ec
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 = []