aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg/meson.build')
-rw-r--r--swaymsg/meson.build13
1 files changed, 6 insertions, 7 deletions
diff --git a/swaymsg/meson.build b/swaymsg/meson.build
index 7318349d..b78e6cb0 100644
--- a/swaymsg/meson.build
+++ b/swaymsg/meson.build
@@ -1,9 +1,8 @@
1executable( 1executable(
2 'swaymsg', 2 'swaymsg',
3 'main.c', 3 'main.c',
4 include_directories: [sway_inc], 4 include_directories: [sway_inc],
5 dependencies: [jsonc, wlroots], 5 dependencies: [jsonc, wlroots],
6 link_with: [lib_sway_common], 6 link_with: [lib_sway_common],
7 install_rpath : rpathdir, 7 install: true
8 install: true
9) 8)