aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-03 01:57:30 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-03 01:57:30 +0100
commit2a07c741121e737aec9bdd5214ba66efbf252da0 (patch)
treea717b3328ec4bfcf87d7aa7281261f3e42519537 /meson.build
parentf526c175f6e2b852c8fe19b666505cfeac36b667 (diff)
Fix some application (using xi) receiving mouse input when UI is shown
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 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 + '"',
)