aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'swaybg/meson.build')
-rw-r--r--swaybg/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index 8704de6d..c1bb7d18 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -14,5 +14,6 @@ executable(
14 wlroots, 14 wlroots,
15 ], 15 ],
16 link_with: [lib_sway_common, lib_sway_client], 16 link_with: [lib_sway_common, lib_sway_client],
17 install: true 17 install: true,
18 install_dir: 'usr/lib/sway'
18) 19)