summaryrefslogtreecommitdiff
path: root/meson.build
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
commit5a48131c1fcd50b7d3d13711099d5914e78406e8 (patch)
treec40163b1b1133106d0f5bbe9dee7101ab8366d02 /meson.build
parentea2ee627e3477627a70bfe468529a2f888a541fb (diff)
downloadswaybg-5a48131c1fcd50b7d3d13711099d5914e78406e8.tar.gz
swaybg-5a48131c1fcd50b7d3d13711099d5914e78406e8.tar.bz2
meson: remove rpath options
Diffstat (limited to '')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 095c548..8704de6 100644
--- a/meson.build
+++ b/meson.build
@@ -14,6 +14,5 @@ executable(
wlroots,
],
link_with: [lib_sway_common, lib_sway_client],
- install_rpath : rpathdir,
install: true
)