aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-03 19:58:42 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-03 19:58:42 +0100
commit2a0782eb02058f6f174590881be5a9f1eccfdc89 (patch)
tree65044d945f3b6972acb5a91b3f8154567a801d11 /meson.build
parentf505323d564908ce7931c279371a66225b218bf5 (diff)
Attempt to fix global hotkeys not working on steam deck (grabs keys, cant press buttons)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6b8ec4e..2e24abd 100644
--- a/meson.build
+++ b/meson.build
@@ -74,6 +74,7 @@ executable(
[
'tools/gsr-global-hotkeys/hotplug.c',
'tools/gsr-global-hotkeys/keyboard_event.c',
+ 'tools/gsr-global-hotkeys/keys.c',
'tools/gsr-global-hotkeys/main.c'
],
c_args : '-fstack-protector-all',