Skip to content

Commit

Permalink
sway: switch to muon
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Nov 17, 2023
1 parent 9d755eb commit 4acaa43
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions xwayland/sway/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ mv -f _ sway/desktop/render.c

export DESTDIR="$1"

meson setup \
muon setup \
-Dprefix=/usr \
-Ddefault-wallpaper=false \
-Dzsh-completions=false \
-Dbash-completions=false \
-Dfish-completions=false \
-Dxwayland=enabled \
build
-Dsd-bus-provider=libsystemd \
output

ninja -C build
ninja -C build install
ninja -C output
muon -C output install

0 comments on commit 4acaa43

Please sign in to comment.