diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-03 01:57:30 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-03 01:57:30 +0100 |
commit | 2a07c741121e737aec9bdd5214ba66efbf252da0 (patch) | |
tree | a717b3328ec4bfcf87d7aa7281261f3e42519537 /meson.build | |
parent | f526c175f6e2b852c8fe19b666505cfeac36b667 (diff) |
Fix some application (using xi) receiving mouse input when UI is shown
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 321d0c3..00612e3 100644 --- a/meson.build +++ b/meson.build @@ -58,6 +58,7 @@ executable( dependency('xcomposite'), dependency('xfixes'), dependency('xi'), + dependency('xcursor'), ], cpp_args : '-DGSR_UI_RESOURCES_PATH="' + gsr_ui_resources_path + '"', ) |