aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
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 /sway/meson.build
parentmeson: remove unused dependencies (diff)
downloadsway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.gz
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.zst
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.zip
meson: remove rpath options
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 2388a66d..94d5abdb 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -205,6 +205,5 @@ executable(
205 include_directories: [sway_inc], 205 include_directories: [sway_inc],
206 dependencies: sway_deps, 206 dependencies: sway_deps,
207 link_with: [lib_sway_common], 207 link_with: [lib_sway_common],
208 install_rpath : rpathdir,
209 install: true 208 install: true
210) 209)