fix: add toplevel mapping protocol to meson build (#17)

This commit is contained in:
WhySoBad 2025-04-03 21:10:26 +02:00 committed by GitHub
parent 4ab17ccac0
commit 04428d6b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ fs = import('fs')
protocols = {
'hyprland-toplevel-export': ['v1'],
'hyprland-toplevel-mapping': ['v1'],
'hyprland-global-shortcuts': ['v1'],
'hyprland-focus-grab': ['v1'],
'hyprland-ctm-control': ['v1'],