aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-09 12:42:10 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-09 12:42:10 +0100
commitb0def958c705ffadeca365753f18aa24ebe85e01 (patch)
tree8c7a0fa71d00894715cbf9344ed9ef9b13e29c62 /meson.build
parent698538ac843e8cf2b82dea0f893a1d35204accb2 (diff)
Dont use dlopen in gsr-global-hotkeys
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0409ecc..6af905a 100644
--- a/meson.build
+++ b/meson.build
@@ -71,7 +71,10 @@ executable(
'tools/gsr-global-hotkeys/main.c'
],
c_args : '-fstack-protector-all',
- install : true
+ install : true,
+ dependencies: [
+ dependency('x11'),
+ ]
)
executable(