aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-01-18 08:26:44 +0100
committerLibravatar emersion <contact@emersion.fr>2019-01-18 08:26:44 +0100
commitbb2f007ad3c6be5b03eb60b524b36ee4d7ad9742 (patch)
tree3c1e46af891b1eb1cf24a9c0b6813e1fb8955284 /swaybg
parentmeson: remove unused dependencies (diff)
downloadsway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.gz
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.zst
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.zip
meson: remove rpath options
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index 095c5488..8704de6d 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -14,6 +14,5 @@ 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_rpath : rpathdir,
18 install: true 17 install: true
19) 18)