aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-05 19:37:13 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-05 19:37:13 -0400
commiteda57e7761485f08c1bde0ef3e6a619d1b48348e (patch)
treefbe3642dfd9b4cf78240099decda61a7b52097ea /swaybg
parentMerge pull request #1917 from RyanDwyer/pango-markup (diff)
parentRevert "Install swaybar and swaybg under /usr/lib/sway" (diff)
downloadsway-eda57e7761485f08c1bde0ef3e6a619d1b48348e.tar.gz
sway-eda57e7761485f08c1bde0ef3e6a619d1b48348e.tar.zst
sway-eda57e7761485f08c1bde0ef3e6a619d1b48348e.zip
Merge pull request #1927 from atomnuker/revert-libexec
Revert PR #1881
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index 716178d2..8704de6d 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -14,6 +14,5 @@ executable(
14 wlroots, 14 wlroots,
15 ], 15 ],
16 link_with: [lib_sway_common, lib_sway_client], 16 link_with: [lib_sway_common, lib_sway_client],
17 install: true, 17 install: true
18 install_dir: sway_libexecdir
19) 18)