aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-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(
26 sway_sources, 26 sway_sources,
27 include_directories: [sway_inc], 27 include_directories: [sway_inc],
28 dependencies: sway_deps, 28 dependencies: sway_deps,
29 link_with: [lib_sway_common] 29 link_with: [lib_sway_common],
30 install: true
30) 31)