aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
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 /swaynag
parentmeson: remove unused dependencies (diff)
downloadsway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.gz
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.zst
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.zip
meson: remove rpath options
Diffstat (limited to 'swaynag')
-rw-r--r--swaynag/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaynag/meson.build b/swaynag/meson.build
index 223a0bc7..2ba3ed95 100644
--- a/swaynag/meson.build
+++ b/swaynag/meson.build
@@ -19,6 +19,5 @@ executable(
19 wlroots, 19 wlroots,
20 ], 20 ],
21 link_with: [lib_sway_common, lib_sway_client], 21 link_with: [lib_sway_common, lib_sway_client],
22 install_rpath : rpathdir,
23 install: true 22 install: true
24) 23)