meson: remove rpath options

This commit is contained in:
emersion 2019-01-18 08:26:44 +01:00
parent ab35e0383f
commit bb2f007ad3
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
7 changed files with 6 additions and 24 deletions

View file

@ -205,6 +205,5 @@ executable(
include_directories: [sway_inc],
dependencies: sway_deps,
link_with: [lib_sway_common],
install_rpath : rpathdir,
install: true
)