aboutsummaryrefslogtreecommitdiff
path: root/swaynag
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-01-18 08:26:44 +0100
committeremersion <contact@emersion.fr>2019-01-18 08:26:44 +0100
commitbb2f007ad3c6be5b03eb60b524b36ee4d7ad9742 (patch)
tree3c1e46af891b1eb1cf24a9c0b6813e1fb8955284 /swaynag
parentab35e0383f562b6d586e1f27a139fe3ff9f38130 (diff)
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(
wlroots,
],
link_with: [lib_sway_common, lib_sway_client],
- install_rpath : rpathdir,
install: true
)