diff options
author | emersion <contact@emersion.fr> | 2019-01-18 08:26:44 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-18 08:26:44 +0100 |
commit | 5a48131c1fcd50b7d3d13711099d5914e78406e8 (patch) | |
tree | c40163b1b1133106d0f5bbe9dee7101ab8366d02 /meson.build | |
parent | ea2ee627e3477627a70bfe468529a2f888a541fb (diff) | |
download | swaybg-5a48131c1fcd50b7d3d13711099d5914e78406e8.tar.gz swaybg-5a48131c1fcd50b7d3d13711099d5914e78406e8.tar.bz2 |
meson: remove rpath options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
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 ) |