mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
Revert "Install swaybar and swaybg under /usr/lib/sway"
This reverts commit f2c209c299
.
This commit is contained in:
parent
b592351eef
commit
3b6629af3c
|
@ -24,6 +24,5 @@ executable(
|
||||||
wlroots,
|
wlroots,
|
||||||
],
|
],
|
||||||
link_with: [lib_sway_common, lib_sway_client],
|
link_with: [lib_sway_common, lib_sway_client],
|
||||||
install: true,
|
install: true
|
||||||
install_dir: 'usr/lib/sway'
|
|
||||||
)
|
)
|
||||||
|
|
|
@ -14,6 +14,5 @@ executable(
|
||||||
wlroots,
|
wlroots,
|
||||||
],
|
],
|
||||||
link_with: [lib_sway_common, lib_sway_client],
|
link_with: [lib_sway_common, lib_sway_client],
|
||||||
install: true,
|
install: true
|
||||||
install_dir: 'usr/lib/sway'
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue