aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
authorLibravatar Rostislav Pehlivanov <atomnuker@gmail.com>2018-05-06 00:19:52 +0100
committerLibravatar Rostislav Pehlivanov <atomnuker@gmail.com>2018-05-06 00:19:52 +0100
commit2c0c3dc7cc3599a79fa464e1c093dead86f3cb65 (patch)
tree0ca9fb1f5789b350330694fc195529552a61b6bc /swaybg
parentRevert "Meson: Replace option `instlibdir` with `libexecdir`" (diff)
downloadsway-2c0c3dc7cc3599a79fa464e1c093dead86f3cb65.tar.gz
sway-2c0c3dc7cc3599a79fa464e1c093dead86f3cb65.tar.zst
sway-2c0c3dc7cc3599a79fa464e1c093dead86f3cb65.zip
Revert "Make the LIBDIR path configurable"
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build
index e994da8f..c1bb7d18 100644
--- a/swaybg/meson.build
+++ b/swaybg/meson.build
@@ -15,5 +15,5 @@ executable(
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: instlibdir 18 install_dir: 'usr/lib/sway'
19) 19)