aboutsummaryrefslogtreecommitdiff
path: root/swaybg/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-18 15:39:07 -0500
committerGitHub <noreply@github.com>2019-01-18 15:39:07 -0500
commit639b66b6769722b5decc8f7a21dd7c5037f3c65c (patch)
treecd93e26b01fe51b76b124b334057011c81974859 /swaybg/meson.build
parent60220fcecd1d30c022b3137372d339204e8238c6 (diff)
parent765d7bc94f1b02f0b1135b6412dab8654ec2ac31 (diff)
Merge pull request #3452 from emersion/meson-features
Use Meson feature options
Diffstat (limited to 'swaybg/meson.build')
-rw-r--r--swaybg/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index 095c5488..8704de6d 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -14,6 +14,5 @@ executable(
wlroots,
],
link_with: [lib_sway_common, lib_sway_client],
- install_rpath : rpathdir,
install: true
)