aboutsummaryrefslogtreecommitdiffstats
path: root/swayidle/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swayidle/meson.build')
-rw-r--r--swayidle/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/swayidle/meson.build b/swayidle/meson.build
index f62545f8..6c3ac119 100644
--- a/swayidle/meson.build
+++ b/swayidle/meson.build
@@ -14,5 +14,6 @@ executable(
14 swayidle_deps, 14 swayidle_deps,
15 ], 15 ],
16 link_with: [lib_sway_common, lib_sway_client], 16 link_with: [lib_sway_common, lib_sway_client],
17 install_rpath : rpathdir,
17 install: true 18 install: true
18) 19)