aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index b02506c8..cf2aa913 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -26,5 +26,6 @@ executable(
sway_sources,
include_directories: [sway_inc],
dependencies: sway_deps,
- link_with: [lib_sway_common]
+ link_with: [lib_sway_common],
+ install: true
)