global shortcuts: include in meson

This commit is contained in:
vaxerski 2023-04-09 00:37:43 +01:00
parent a5a4d21ce3
commit 1c140455ec

View file

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