aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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(