summaryrefslogtreecommitdiffstats
path: root/swaylock/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaylock/meson.build')
-rw-r--r--swaylock/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaylock/meson.build b/swaylock/meson.build
index 6c87d173..6605340b 100644
--- a/swaylock/meson.build
+++ b/swaylock/meson.build
@@ -33,6 +33,7 @@ executable('swaylock',
33 include_directories: [sway_inc], 33 include_directories: [sway_inc],
34 dependencies: dependencies, 34 dependencies: dependencies,
35 link_with: [lib_sway_common, lib_sway_client], 35 link_with: [lib_sway_common, lib_sway_client],
36 install_rpath : rpathdir,
36 install: true 37 install: true
37) 38)
38 39